Shades of Deep Cerise #DD3478
Tints of Deep Cerise #DD3478
RGB
CMYK
RGB Variations
Color information
#DD3478 (or 0xDD3478) is known color: Deep Cerise. HEX triplet: DD, 34 and 78. RGB value is (221,52,120). Sum of RGB (Red+Green+Blue) = 221+52+120=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3478 is #22CB87. Grayscale: #6E6E6E. Windows color (decimal): -2280328 or 7877853. OLE color: 7877853.
HSL color Cylindrical-coordinate representation of color #DD3478: hue angle of 335.86º 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 #DD3478 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 120 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.13 |
| HSL | 335.86º | 0.71% | 0.54% | - |
| HSV(B) | 335.86º | 0.76% | 0.87% | - |
| XYZ | 34.44 | 19.18 | 19.66 | - |
| YUV | 110.28 | 133.49 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 120 | 0 | 0.76 | 0.46 | 0.13 | 335.86 | 0.71 | 0.54 |
| Hex | DD | 34 | 78 | 0 | 4C | 2E | D | 150 | 47 | 36 |
| Octal | 335 | 64 | 170 | 0 | 114 | 56 | 15 | 520 | 107 | 66 |
| Binary | 11011101 | 110100 | 1111000 | 0 | 1001100 | 101110 | 1101 | 101010000 | 1000111 | 110110 |
Color Harmonies of #DD3478
Complementary color
Monochromatic Colors of #DD3478
Black with #DD3478
Text Example
Text Example
White with #DD3478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3478; }
p { color: rgb(221,52,120); }
H1.HeaderClassName
{
color: #DD3478;
}
.AnyTagClassName
{
color: #DD3478;
}
</style>
background-color css
<style>
a { background-color: #DD3478; }
a { background-color: rgb(221,52,120); }
div.DivClassName
{
background-color: #DD3478;
}
.BgClassName
{
background-color: #DD3478;
}
</style>
border-color css
<style>
span { border-color: #DD3478; }
span { border-color: rgb(221,52,120); }
td.TdClassName
{
border-color: #DD3478;
}
.TagClassName
{
border-color: #DD3478;
}
</style>