Shades of Deep Cerise #DD3476
Tints of Deep Cerise #DD3476
RGB
CMYK
RGB Variations
Color information
#DD3476 (or 0xDD3476) is known color: Deep Cerise. HEX triplet: DD, 34 and 76. RGB value is (221,52,118). Sum of RGB (Red+Green+Blue) = 221+52+118=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3476 is #22CB89. Grayscale: #6D6D6D. Windows color (decimal): -2280330 or 7746781. OLE color: 7746781.
HSL color Cylindrical-coordinate representation of color #DD3476: hue angle of 336.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3476 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 118 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.13 |
| HSL | 336.57º | 0.71% | 0.54% | - |
| HSV(B) | 336.57º | 0.76% | 0.87% | - |
| XYZ | 34.32 | 19.14 | 19.02 | - |
| YUV | 110.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 118 | 0 | 0.76 | 0.47 | 0.13 | 336.57 | 0.71 | 0.54 |
| Hex | DD | 34 | 76 | 0 | 4C | 2F | D | 151 | 47 | 36 |
| Octal | 335 | 64 | 166 | 0 | 114 | 57 | 15 | 521 | 107 | 66 |
| Binary | 11011101 | 110100 | 1110110 | 0 | 1001100 | 101111 | 1101 | 101010001 | 1000111 | 110110 |
Color Harmonies of #DD3476
Complementary color
Monochromatic Colors of #DD3476
Black with #DD3476
Text Example
Text Example
White with #DD3476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3476; }
p { color: rgb(221,52,118); }
H1.HeaderClassName
{
color: #DD3476;
}
.AnyTagClassName
{
color: #DD3476;
}
</style>
background-color css
<style>
a { background-color: #DD3476; }
a { background-color: rgb(221,52,118); }
div.DivClassName
{
background-color: #DD3476;
}
.BgClassName
{
background-color: #DD3476;
}
</style>
border-color css
<style>
span { border-color: #DD3476; }
span { border-color: rgb(221,52,118); }
td.TdClassName
{
border-color: #DD3476;
}
.TagClassName
{
border-color: #DD3476;
}
</style>