Shades of Deep Cerise #DD3878
Tints of Deep Cerise #DD3878
RGB
CMYK
RGB Variations
Color information
#DD3878 (or 0xDD3878) is known color: Deep Cerise. HEX triplet: DD, 38 and 78. RGB value is (221,56,120). Sum of RGB (Red+Green+Blue) = 221+56+120=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3878 is #22C787. Grayscale: #707070. Windows color (decimal): -2279304 or 7878877. OLE color: 7878877.
HSL color Cylindrical-coordinate representation of color #DD3878: hue angle of 336.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3878 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 120 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.13 |
| HSL | 336.73º | 0.71% | 0.54% | - |
| HSV(B) | 336.73º | 0.75% | 0.87% | - |
| XYZ | 34.62 | 19.56 | 19.72 | - |
| YUV | 112.63 | 132.16 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 120 | 0 | 0.75 | 0.46 | 0.13 | 336.73 | 0.71 | 0.54 |
| Hex | DD | 38 | 78 | 0 | 4B | 2E | D | 151 | 47 | 36 |
| Octal | 335 | 70 | 170 | 0 | 113 | 56 | 15 | 521 | 107 | 66 |
| Binary | 11011101 | 111000 | 1111000 | 0 | 1001011 | 101110 | 1101 | 101010001 | 1000111 | 110110 |
Color Harmonies of #DD3878
Complementary color
Monochromatic Colors of #DD3878
Black with #DD3878
Text Example
Text Example
White with #DD3878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3878; }
p { color: rgb(221,56,120); }
H1.HeaderClassName
{
color: #DD3878;
}
.AnyTagClassName
{
color: #DD3878;
}
</style>
background-color css
<style>
a { background-color: #DD3878; }
a { background-color: rgb(221,56,120); }
div.DivClassName
{
background-color: #DD3878;
}
.BgClassName
{
background-color: #DD3878;
}
</style>
border-color css
<style>
span { border-color: #DD3878; }
span { border-color: rgb(221,56,120); }
td.TdClassName
{
border-color: #DD3878;
}
.TagClassName
{
border-color: #DD3878;
}
</style>