Shades of Deep Cerise #DD3978
Tints of Deep Cerise #DD3978
RGB
CMYK
RGB Variations
Color information
#DD3978 (or 0xDD3978) is known color: Deep Cerise. HEX triplet: DD, 39 and 78. RGB value is (221,57,120). Sum of RGB (Red+Green+Blue) = 221+57+120=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3978 is #22C687. Grayscale: #717171. Windows color (decimal): -2279048 or 7879133. OLE color: 7879133.
HSL color Cylindrical-coordinate representation of color #DD3978: hue angle of 336.95º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3978 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 120 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.13 |
| HSL | 336.95º | 0.71% | 0.55% | - |
| HSV(B) | 336.95º | 0.74% | 0.87% | - |
| XYZ | 34.67 | 19.65 | 19.74 | - |
| YUV | 113.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 120 | 0 | 0.74 | 0.46 | 0.13 | 336.95 | 0.71 | 0.55 |
| Hex | DD | 39 | 78 | 0 | 4A | 2E | D | 151 | 47 | 37 |
| Octal | 335 | 71 | 170 | 0 | 112 | 56 | 15 | 521 | 107 | 67 |
| Binary | 11011101 | 111001 | 1111000 | 0 | 1001010 | 101110 | 1101 | 101010001 | 1000111 | 110111 |
Color Harmonies of #DD3978
Complementary color
Monochromatic Colors of #DD3978
Black with #DD3978
Text Example
Text Example
White with #DD3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3978; }
p { color: rgb(221,57,120); }
H1.HeaderClassName
{
color: #DD3978;
}
.AnyTagClassName
{
color: #DD3978;
}
</style>
background-color css
<style>
a { background-color: #DD3978; }
a { background-color: rgb(221,57,120); }
div.DivClassName
{
background-color: #DD3978;
}
.BgClassName
{
background-color: #DD3978;
}
</style>
border-color css
<style>
span { border-color: #DD3978; }
span { border-color: rgb(221,57,120); }
td.TdClassName
{
border-color: #DD3978;
}
.TagClassName
{
border-color: #DD3978;
}
</style>