Shades of Can Can #D2919D
Tints of Can Can #D2919D
RGB
CMYK
RGB Variations
Color information
#D2919D (or 0xD2919D) is known color: Can Can. HEX triplet: D2, 91 and 9D. RGB value is (210,145,157). Sum of RGB (Red+Green+Blue) = 210+145+157=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2919D is #2D6E62. Grayscale: #A5A5A5. Windows color (decimal): -2977379 or 10326482. OLE color: 10326482.
HSL color Cylindrical-coordinate representation of color #D2919D: hue angle of 348.92º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2919D is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 157 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.18 |
| HSL | 348.92º | 0.42% | 0.7% | - |
| HSV(B) | 348.92º | 0.31% | 0.82% | - |
| XYZ | 42.79 | 36.39 | 36.67 | - |
| YUV | 165.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 157 | 0 | 0.31 | 0.25 | 0.18 | 348.92 | 0.42 | 0.7 |
| Hex | D2 | 91 | 9D | 0 | 1F | 19 | 12 | 15D | 2A | 46 |
| Octal | 322 | 221 | 235 | 0 | 37 | 31 | 22 | 535 | 52 | 106 |
| Binary | 11010010 | 10010001 | 10011101 | 0 | 11111 | 11001 | 10010 | 101011101 | 101010 | 1000110 |
Color Harmonies of #D2919D
Complementary color
Monochromatic Colors of #D2919D
Black with #D2919D
Text Example
Text Example
White with #D2919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2919D; }
p { color: rgb(210,145,157); }
H1.HeaderClassName
{
color: #D2919D;
}
.AnyTagClassName
{
color: #D2919D;
}
</style>
background-color css
<style>
a { background-color: #D2919D; }
a { background-color: rgb(210,145,157); }
div.DivClassName
{
background-color: #D2919D;
}
.BgClassName
{
background-color: #D2919D;
}
</style>
border-color css
<style>
span { border-color: #D2919D; }
span { border-color: rgb(210,145,157); }
td.TdClassName
{
border-color: #D2919D;
}
.TagClassName
{
border-color: #D2919D;
}
</style>