Shades of Can Can #D2909B
Tints of Can Can #D2909B
RGB
CMYK
RGB Variations
Color information
#D2909B (or 0xD2909B) is known color: Can Can. HEX triplet: D2, 90 and 9B. RGB value is (210,144,155). Sum of RGB (Red+Green+Blue) = 210+144+155=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D2909B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2909B is #2D6F64. Grayscale: #A5A5A5. Windows color (decimal): -2977637 or 10195154. OLE color: 10195154.
HSL color Cylindrical-coordinate representation of color #D2909B: hue angle of 350º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2909B is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 155 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.18 |
| HSL | 350º | 0.42% | 0.69% | - |
| HSV(B) | 350º | 0.31% | 0.82% | - |
| XYZ | 42.47 | 36.01 | 35.72 | - |
| YUV | 164.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 155 | 0 | 0.31 | 0.26 | 0.18 | 350 | 0.42 | 0.69 |
| Hex | D2 | 90 | 9B | 0 | 1F | 1A | 12 | 15E | 2A | 45 |
| Octal | 322 | 220 | 233 | 0 | 37 | 32 | 22 | 536 | 52 | 105 |
| Binary | 11010010 | 10010000 | 10011011 | 0 | 11111 | 11010 | 10010 | 101011110 | 101010 | 1000101 |
Color Harmonies of #D2909B
Complementary color
Monochromatic Colors of #D2909B
Black with #D2909B
Text Example
Text Example
White with #D2909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2909B; }
p { color: rgb(210,144,155); }
H1.HeaderClassName
{
color: #D2909B;
}
.AnyTagClassName
{
color: #D2909B;
}
</style>
background-color css
<style>
a { background-color: #D2909B; }
a { background-color: rgb(210,144,155); }
div.DivClassName
{
background-color: #D2909B;
}
.BgClassName
{
background-color: #D2909B;
}
</style>
border-color css
<style>
span { border-color: #D2909B; }
span { border-color: rgb(210,144,155); }
td.TdClassName
{
border-color: #D2909B;
}
.TagClassName
{
border-color: #D2909B;
}
</style>