Shades of Deep Cerise #DD3078
Tints of Deep Cerise #DD3078
RGB
CMYK
RGB Variations
Color information
#DD3078 (or 0xDD3078) is known color: Deep Cerise. HEX triplet: DD, 30 and 78. RGB value is (221,48,120). Sum of RGB (Red+Green+Blue) = 221+48+120=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3078 is #22CF87. Grayscale: #6B6B6B. Windows color (decimal): -2281352 or 7876829. OLE color: 7876829.
HSL color Cylindrical-coordinate representation of color #DD3078: hue angle of 335.03º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3078 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 120 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.13 |
| HSL | 335.03º | 0.72% | 0.53% | - |
| HSV(B) | 335.03º | 0.78% | 0.87% | - |
| XYZ | 34.27 | 18.84 | 19.6 | - |
| YUV | 107.94 | 134.81 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 120 | 0 | 0.78 | 0.46 | 0.13 | 335.03 | 0.72 | 0.53 |
| Hex | DD | 30 | 78 | 0 | 4E | 2E | D | 14F | 48 | 35 |
| Octal | 335 | 60 | 170 | 0 | 116 | 56 | 15 | 517 | 110 | 65 |
| Binary | 11011101 | 110000 | 1111000 | 0 | 1001110 | 101110 | 1101 | 101001111 | 1001000 | 110101 |
Color Harmonies of #DD3078
Complementary color
Monochromatic Colors of #DD3078
Black with #DD3078
Text Example
Text Example
White with #DD3078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3078; }
p { color: rgb(221,48,120); }
H1.HeaderClassName
{
color: #DD3078;
}
.AnyTagClassName
{
color: #DD3078;
}
</style>
background-color css
<style>
a { background-color: #DD3078; }
a { background-color: rgb(221,48,120); }
div.DivClassName
{
background-color: #DD3078;
}
.BgClassName
{
background-color: #DD3078;
}
</style>
border-color css
<style>
span { border-color: #DD3078; }
span { border-color: rgb(221,48,120); }
td.TdClassName
{
border-color: #DD3078;
}
.TagClassName
{
border-color: #DD3078;
}
</style>