Shades of Can Can #DD919E
Tints of Can Can #DD919E
RGB
CMYK
RGB Variations
Color information
#DD919E (or 0xDD919E) is known color: Can Can. HEX triplet: DD, 91 and 9E. RGB value is (221,145,158). Sum of RGB (Red+Green+Blue) = 221+145+158=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD919E is #226E61. Grayscale: #A9A9A9. Windows color (decimal): -2256482 or 10392029. OLE color: 10392029.
HSL color Cylindrical-coordinate representation of color #DD919E: hue angle of 349.74º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD919E is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 158 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.13 |
| HSL | 349.74º | 0.53% | 0.72% | - |
| HSV(B) | 349.74º | 0.34% | 0.87% | - |
| XYZ | 46.12 | 38.09 | 37.27 | - |
| YUV | 169.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 158 | 0 | 0.34 | 0.29 | 0.13 | 349.74 | 0.53 | 0.72 |
| Hex | DD | 91 | 9E | 0 | 22 | 1D | D | 15E | 35 | 48 |
| Octal | 335 | 221 | 236 | 0 | 42 | 35 | 15 | 536 | 65 | 110 |
| Binary | 11011101 | 10010001 | 10011110 | 0 | 100010 | 11101 | 1101 | 101011110 | 110101 | 1001000 |
Color Harmonies of #DD919E
Complementary color
Monochromatic Colors of #DD919E
Black with #DD919E
Text Example
Text Example
White with #DD919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD919E; }
p { color: rgb(221,145,158); }
H1.HeaderClassName
{
color: #DD919E;
}
.AnyTagClassName
{
color: #DD919E;
}
</style>
background-color css
<style>
a { background-color: #DD919E; }
a { background-color: rgb(221,145,158); }
div.DivClassName
{
background-color: #DD919E;
}
.BgClassName
{
background-color: #DD919E;
}
</style>
border-color css
<style>
span { border-color: #DD919E; }
span { border-color: rgb(221,145,158); }
td.TdClassName
{
border-color: #DD919E;
}
.TagClassName
{
border-color: #DD919E;
}
</style>