Shades of Deep Cerise #DD4496
Tints of Deep Cerise #DD4496
RGB
CMYK
RGB Variations
Color information
#DD4496 (or 0xDD4496) is known color: Deep Cerise. HEX triplet: DD, 44 and 96. RGB value is (221,68,150). Sum of RGB (Red+Green+Blue) = 221+68+150=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4496 is #22BB69. Grayscale: #7A7A7A. Windows color (decimal): -2276202 or 9848029. OLE color: 9848029.
HSL color Cylindrical-coordinate representation of color #DD4496: hue angle of 327.84º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4496 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 150 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.13 |
| HSL | 327.84º | 0.69% | 0.57% | - |
| HSV(B) | 327.84º | 0.69% | 0.87% | - |
| XYZ | 37.39 | 21.71 | 31.07 | - |
| YUV | 123.1 | 143.19 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 150 | 0 | 0.69 | 0.32 | 0.13 | 327.84 | 0.69 | 0.57 |
| Hex | DD | 44 | 96 | 0 | 45 | 20 | D | 148 | 45 | 39 |
| Octal | 335 | 104 | 226 | 0 | 105 | 40 | 15 | 510 | 105 | 71 |
| Binary | 11011101 | 1000100 | 10010110 | 0 | 1000101 | 100000 | 1101 | 101001000 | 1000101 | 111001 |
Color Harmonies of #DD4496
Complementary color
Monochromatic Colors of #DD4496
Black with #DD4496
Text Example
Text Example
White with #DD4496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4496; }
p { color: rgb(221,68,150); }
H1.HeaderClassName
{
color: #DD4496;
}
.AnyTagClassName
{
color: #DD4496;
}
</style>
background-color css
<style>
a { background-color: #DD4496; }
a { background-color: rgb(221,68,150); }
div.DivClassName
{
background-color: #DD4496;
}
.BgClassName
{
background-color: #DD4496;
}
</style>
border-color css
<style>
span { border-color: #DD4496; }
span { border-color: rgb(221,68,150); }
td.TdClassName
{
border-color: #DD4496;
}
.TagClassName
{
border-color: #DD4496;
}
</style>