#D5809F

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

Shades of Can Can #D5809F

Tints of Can Can #D5809F

Color information

#D5809F (or 0xD5809F) is unknown color: approx Can Can. HEX triplet: D5, 80 and 9F. RGB value is (213,128,159). Sum of RGB (Red+Green+Blue) = 213+128+159=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5809F is #2A7F60. Grayscale: #9C9C9C. Windows color (decimal): -2785121 or 10453205. OLE color: 10453205.

HSL color Cylindrical-coordinate representation of color #D5809F: hue angle of 338.12º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5809F is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB213128159-
CMYK00.400.250.16
HSL338.12º50.3%66.86%-
HSV(B)338.12º39.91%83.53%-
XYZ41.4232.0936.81-
YUV156.95129.16167.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 159 (62.5% from 255) = 31.8%
R=42.6%
G=25.6%
B=31.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312815900.400.250.16338.1250.366.86
HexD5809F02819101523243
Octal325200237050312052262103
Binary110101011000000010011111010100011001100001010100101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5809F; }

 p { color: rgb(213,128,159); }

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

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

 a { background-color: rgb(213,128,159); }

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

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

 span { border-color: rgb(213,128,159); }

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