#D0859E

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

Shades of Can Can #D0859E

Tints of Can Can #D0859E

Color information

#D0859E (or 0xD0859E) is unknown color: approx Can Can. HEX triplet: D0, 85 and 9E. RGB value is (208,133,158). Sum of RGB (Red+Green+Blue) = 208+133+158=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0859E is #2F7A61. Grayscale: #9E9E9E. Windows color (decimal): -3111522 or 10388944. OLE color: 10388944.

HSL color Cylindrical-coordinate representation of color #D0859E: hue angle of 340º 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 #D0859E is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB208133158-
CMYK00.360.240.18
HSL340º44.38%66.86%-
HSV(B)340º36.06%81.57%-
XYZ40.5732.6536.51-
YUV158.28127.85163.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=41.68%
G=26.65%
B=31.66%

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
Decimal20813315800.360.240.1834044.3866.86
HexD0859E02418121542c43
Octal320205236044302252454103
Binary110100001000010110011110010010011000100101010101001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0859E; }

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

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

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

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

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

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

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

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