Shades of Can Can #D2809F
Tints of Can Can #D2809F
RGB
CMYK
RGB Variations
Color information
#D2809F (or 0xD2809F) is known color: Can Can. HEX triplet: D2, 80 and 9F. RGB value is (210,128,159). Sum of RGB (Red+Green+Blue) = 210+128+159=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2809F is #2D7F60. Grayscale: #9C9C9C. Windows color (decimal): -2981729 or 10453202. OLE color: 10453202.
HSL color Cylindrical-coordinate representation of color #D2809F: hue angle of 337.32º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2809F is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 159 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.18 |
| HSL | 337.32º | 0.48% | 0.66% | - |
| HSV(B) | 337.32º | 0.39% | 0.82% | - |
| XYZ | 40.56 | 31.64 | 36.77 | - |
| YUV | 156.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 159 | 0 | 0.39 | 0.24 | 0.18 | 337.32 | 0.48 | 0.66 |
| Hex | D2 | 80 | 9F | 0 | 27 | 18 | 12 | 151 | 30 | 42 |
| Octal | 322 | 200 | 237 | 0 | 47 | 30 | 22 | 521 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10011111 | 0 | 100111 | 11000 | 10010 | 101010001 | 110000 | 1000010 |
Color Harmonies of #D2809F
Complementary color
Monochromatic Colors of #D2809F
Black with #D2809F
Text Example
Text Example
White with #D2809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2809F; }
p { color: rgb(210,128,159); }
H1.HeaderClassName
{
color: #D2809F;
}
.AnyTagClassName
{
color: #D2809F;
}
</style>
background-color css
<style>
a { background-color: #D2809F; }
a { background-color: rgb(210,128,159); }
div.DivClassName
{
background-color: #D2809F;
}
.BgClassName
{
background-color: #D2809F;
}
</style>
border-color css
<style>
span { border-color: #D2809F; }
span { border-color: rgb(210,128,159); }
td.TdClassName
{
border-color: #D2809F;
}
.TagClassName
{
border-color: #D2809F;
}
</style>