Shades of Can Can #D2919E
Tints of Can Can #D2919E
RGB
CMYK
RGB Variations
Color information
#D2919E (or 0xD2919E) is known color: Can Can. HEX triplet: D2, 91 and 9E. RGB value is (210,145,158). Sum of RGB (Red+Green+Blue) = 210+145+158=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2919E is #2D6E61. Grayscale: #A5A5A5. Windows color (decimal): -2977378 or 10392018. OLE color: 10392018.
HSL color Cylindrical-coordinate representation of color #D2919E: hue angle of 348º 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 #D2919E is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 158 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.18 |
| HSL | 348º | 0.42% | 0.7% | - |
| HSV(B) | 348º | 0.31% | 0.82% | - |
| XYZ | 42.88 | 36.42 | 37.12 | - |
| YUV | 165.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 158 | 0 | 0.31 | 0.25 | 0.18 | 348 | 0.42 | 0.7 |
| Hex | D2 | 91 | 9E | 0 | 1F | 19 | 12 | 15C | 2A | 46 |
| Octal | 322 | 221 | 236 | 0 | 37 | 31 | 22 | 534 | 52 | 106 |
| Binary | 11010010 | 10010001 | 10011110 | 0 | 11111 | 11001 | 10010 | 101011100 | 101010 | 1000110 |
Color Harmonies of #D2919E
Complementary color
Monochromatic Colors of #D2919E
Black with #D2919E
Text Example
Text Example
White with #D2919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2919E; }
p { color: rgb(210,145,158); }
H1.HeaderClassName
{
color: #D2919E;
}
.AnyTagClassName
{
color: #D2919E;
}
</style>
background-color css
<style>
a { background-color: #D2919E; }
a { background-color: rgb(210,145,158); }
div.DivClassName
{
background-color: #D2919E;
}
.BgClassName
{
background-color: #D2919E;
}
</style>
border-color css
<style>
span { border-color: #D2919E; }
span { border-color: rgb(210,145,158); }
td.TdClassName
{
border-color: #D2919E;
}
.TagClassName
{
border-color: #D2919E;
}
</style>