#D06AB9

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

Shades of Fuchsia #D06AB9

Tints of Fuchsia #D06AB9

Color information

#D06AB9 (or 0xD06AB9) is unknown color: approx Fuchsia. HEX triplet: D0, 6A and B9. RGB value is (208,106,185). Sum of RGB (Red+Green+Blue) = 208+106+185=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D06AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06AB9 is #2F9546. Grayscale: #919191. Windows color (decimal): -3118407 or 12151504. OLE color: 12151504.

HSL color Cylindrical-coordinate representation of color #D06AB9: hue angle of 313.53º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06AB9 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB208106185-
CMYK00.490.110.18
HSL313.53º52.04%61.57%-
HSV(B)313.53º49.04%81.57%-
XYZ39.9227.2249.05-
YUV145.5150.29172.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 185 (72.66% from 255) = 37.07%
R=41.68%
G=21.24%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810618500.490.110.18313.5352.0461.57
HexD06AB9031B1213a343e
Octal32015227106113224726476
Binary110100001101010101110010110001101110010100111010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06AB9; }

 p { color: rgb(208,106,185); }

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

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

 a { background-color: rgb(208,106,185); }

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

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

 span { border-color: rgb(208,106,185); }

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