#D5809E

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

Shades of Can Can #D5809E

Tints of Can Can #D5809E

Color information

#D5809E (or 0xD5809E) is unknown color: approx Can Can. HEX triplet: D5, 80 and 9E. RGB value is (213,128,158). Sum of RGB (Red+Green+Blue) = 213+128+158=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5809E is #2A7F61. Grayscale: #9C9C9C. Windows color (decimal): -2785122 or 10387669. OLE color: 10387669.

HSL color Cylindrical-coordinate representation of color #D5809E: hue angle of 338.82º 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 #D5809E is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB213128158-
CMYK00.400.260.16
HSL338.82º50.3%66.86%-
HSV(B)338.82º39.91%83.53%-
XYZ41.3332.0536.36-
YUV156.83128.66168.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.69%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=42.69%
G=25.65%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312815800.400.260.16338.8250.366.86
HexD5809E0281A101533243
Octal325200236050322052362103
Binary110101011000000010011110010100011010100001010100111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5809E; }

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

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

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

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

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

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

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

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