Shades of Deep Cerise #DD4296
Tints of Deep Cerise #DD4296
RGB
CMYK
RGB Variations
Color information
#DD4296 (or 0xDD4296) is known color: Deep Cerise. HEX triplet: DD, 42 and 96. RGB value is (221,66,150). Sum of RGB (Red+Green+Blue) = 221+66+150=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4296 is #22BD69. Grayscale: #797979. Windows color (decimal): -2276714 or 9847517. OLE color: 9847517.
HSL color Cylindrical-coordinate representation of color #DD4296: hue angle of 327.48º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4296 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 150 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.13 |
| HSL | 327.48º | 0.7% | 0.56% | - |
| HSV(B) | 327.48º | 0.7% | 0.87% | - |
| XYZ | 37.27 | 21.47 | 31.03 | - |
| YUV | 121.92 | 143.85 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 150 | 0 | 0.70 | 0.32 | 0.13 | 327.48 | 0.7 | 0.56 |
| Hex | DD | 42 | 96 | 0 | 46 | 20 | D | 147 | 46 | 38 |
| Octal | 335 | 102 | 226 | 0 | 106 | 40 | 15 | 507 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10010110 | 0 | 1000110 | 100000 | 1101 | 101000111 | 1000110 | 111000 |
Color Harmonies of #DD4296
Complementary color
Monochromatic Colors of #DD4296
Black with #DD4296
Text Example
Text Example
White with #DD4296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4296; }
p { color: rgb(221,66,150); }
H1.HeaderClassName
{
color: #DD4296;
}
.AnyTagClassName
{
color: #DD4296;
}
</style>
background-color css
<style>
a { background-color: #DD4296; }
a { background-color: rgb(221,66,150); }
div.DivClassName
{
background-color: #DD4296;
}
.BgClassName
{
background-color: #DD4296;
}
</style>
border-color css
<style>
span { border-color: #DD4296; }
span { border-color: rgb(221,66,150); }
td.TdClassName
{
border-color: #DD4296;
}
.TagClassName
{
border-color: #DD4296;
}
</style>