#D056C7

Color #D056C7 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D056C7

Tints of Fuchsia #D056C7

Color information

#D056C7 (or 0xD056C7) is unknown color: approx Fuchsia. HEX triplet: D0, 56 and C7. RGB value is (208,86,199). Sum of RGB (Red+Green+Blue) = 208+86+199=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D056C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D056C7 is #2FA938. Grayscale: #878787. Windows color (decimal): -3123513 or 13063888. OLE color: 13063888.

HSL color Cylindrical-coordinate representation of color #D056C7: hue angle of 304.43º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D056C7 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB20886199-
CMYK00.590.040.18
HSL304.43º56.48%57.65%-
HSV(B)304.43º58.65%81.57%-
XYZ39.6524.1956.61-
YUV135.36163.92179.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 86 (33.98% from 255) = 17.44%
BLUE value IS 199 (78.12% from 255) = 40.37%
R=42.19%
G=17.44%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088619900.590.040.18304.4356.4857.65
HexD056C703B412130383a
Octal3201263070734224607072
Binary11010000101011011000111011101110010010100110000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D056C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D056C7; }

 p { color: rgb(208,86,199); }

 H1.HeaderClassName
 {
   color: #D056C7;
 }
 .AnyTagClassName
 {
   color: #D056C7;
 }
</style>
background-color css

<style>
 a { background-color: #D056C7; }

 a { background-color: rgb(208,86,199); }

 div.DivClassName
 {
   background-color: #D056C7;
 }
 .BgClassName
 {
   background-color: #D056C7;
 }
</style>
border-color css

<style>
 span { border-color: #D056C7; }

 span { border-color: rgb(208,86,199); }

 td.TdClassName
 {
   border-color: #D056C7;
 }
 .TagClassName
 {
   border-color: #D056C7;
 }
</style>