#D066B7

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

Shades of Fuchsia #D066B7

Tints of Fuchsia #D066B7

Color information

#D066B7 (or 0xD066B7) is unknown color: approx Fuchsia. HEX triplet: D0, 66 and B7. RGB value is (208,102,183). Sum of RGB (Red+Green+Blue) = 208+102+183=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D066B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066B7 is #2F9948. Grayscale: #8E8E8E. Windows color (decimal): -3119433 or 12019408. OLE color: 12019408.

HSL color Cylindrical-coordinate representation of color #D066B7: hue angle of 314.15º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D066B7 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB208102183-
CMYK00.510.120.18
HSL314.15º53%60.78%-
HSV(B)314.15º50.96%81.57%-
XYZ39.3126.3347.81-
YUV142.93150.62174.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 102 (40.23% from 255) = 20.69%
BLUE value IS 183 (71.88% from 255) = 37.12%
R=42.19%
G=20.69%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810218300.510.120.18314.155360.78
HexD066B7033C1213a353d
Octal32014626706314224726575
Binary110100001100110101101110110011110010010100111010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D066B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D066B7; }

 p { color: rgb(208,102,183); }

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

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

 a { background-color: rgb(208,102,183); }

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

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

 span { border-color: rgb(208,102,183); }

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