#D0859F

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

Shades of Can Can #D0859F

Tints of Can Can #D0859F

Color information

#D0859F (or 0xD0859F) is unknown color: approx Can Can. HEX triplet: D0, 85 and 9F. RGB value is (208,133,159). Sum of RGB (Red+Green+Blue) = 208+133+159=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0859F is #2F7A60. Grayscale: #9E9E9E. Windows color (decimal): -3111521 or 10454480. OLE color: 10454480.

HSL color Cylindrical-coordinate representation of color #D0859F: hue angle of 339.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0859F is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB208133159-
CMYK00.360.240.18
HSL339.2º44.38%66.86%-
HSV(B)339.2º36.06%81.57%-
XYZ40.6632.6936.97-
YUV158.39128.35163.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.6%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 159 (62.5% from 255) = 31.8%
R=41.6%
G=26.6%
B=31.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813315900.360.240.18339.244.3866.86
HexD0859F02418121532c43
Octal320205237044302252354103
Binary110100001000010110011111010010011000100101010100111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0859F; }

 p { color: rgb(208,133,159); }

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

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

 a { background-color: rgb(208,133,159); }

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

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

 span { border-color: rgb(208,133,159); }

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