Shades of Deep Cerise #DD3879
Tints of Deep Cerise #DD3879
RGB
CMYK
RGB Variations
Color information
#DD3879 (or 0xDD3879) is known color: Deep Cerise. HEX triplet: DD, 38 and 79. RGB value is (221,56,121). Sum of RGB (Red+Green+Blue) = 221+56+121=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3879 is #22C786. Grayscale: #707070. Windows color (decimal): -2279303 or 7944413. OLE color: 7944413.
HSL color Cylindrical-coordinate representation of color #DD3879: hue angle of 336.36º 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 #DD3879 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 121 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.13 |
| HSL | 336.36º | 0.71% | 0.54% | - |
| HSV(B) | 336.36º | 0.75% | 0.87% | - |
| XYZ | 34.68 | 19.58 | 20.04 | - |
| YUV | 112.75 | 132.66 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 121 | 0 | 0.75 | 0.45 | 0.13 | 336.36 | 0.71 | 0.54 |
| Hex | DD | 38 | 79 | 0 | 4B | 2D | D | 150 | 47 | 36 |
| Octal | 335 | 70 | 171 | 0 | 113 | 55 | 15 | 520 | 107 | 66 |
| Binary | 11011101 | 111000 | 1111001 | 0 | 1001011 | 101101 | 1101 | 101010000 | 1000111 | 110110 |
Color Harmonies of #DD3879
Complementary color
Monochromatic Colors of #DD3879
Black with #DD3879
Text Example
Text Example
White with #DD3879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3879; }
p { color: rgb(221,56,121); }
H1.HeaderClassName
{
color: #DD3879;
}
.AnyTagClassName
{
color: #DD3879;
}
</style>
background-color css
<style>
a { background-color: #DD3879; }
a { background-color: rgb(221,56,121); }
div.DivClassName
{
background-color: #DD3879;
}
.BgClassName
{
background-color: #DD3879;
}
</style>
border-color css
<style>
span { border-color: #DD3879; }
span { border-color: rgb(221,56,121); }
td.TdClassName
{
border-color: #DD3879;
}
.TagClassName
{
border-color: #DD3879;
}
</style>