Shades of Deep Cerise #DD367C
Tints of Deep Cerise #DD367C
RGB
CMYK
RGB Variations
Color information
#DD367C (or 0xDD367C) is known color: Deep Cerise. HEX triplet: DD, 36 and 7C. RGB value is (221,54,124). Sum of RGB (Red+Green+Blue) = 221+54+124=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD367C is #22C983. Grayscale: #6F6F6F. Windows color (decimal): -2279812 or 8140509. OLE color: 8140509.
HSL color Cylindrical-coordinate representation of color #DD367C: hue angle of 334.85º 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 #DD367C is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 124 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.13 |
| HSL | 334.85º | 0.71% | 0.54% | - |
| HSV(B) | 334.85º | 0.76% | 0.87% | - |
| XYZ | 34.78 | 19.47 | 20.99 | - |
| YUV | 111.91 | 134.83 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 124 | 0 | 0.76 | 0.44 | 0.13 | 334.85 | 0.71 | 0.54 |
| Hex | DD | 36 | 7C | 0 | 4C | 2C | D | 14F | 47 | 36 |
| Octal | 335 | 66 | 174 | 0 | 114 | 54 | 15 | 517 | 107 | 66 |
| Binary | 11011101 | 110110 | 1111100 | 0 | 1001100 | 101100 | 1101 | 101001111 | 1000111 | 110110 |
Color Harmonies of #DD367C
Complementary color
Monochromatic Colors of #DD367C
Black with #DD367C
Text Example
Text Example
White with #DD367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD367C; }
p { color: rgb(221,54,124); }
H1.HeaderClassName
{
color: #DD367C;
}
.AnyTagClassName
{
color: #DD367C;
}
</style>
background-color css
<style>
a { background-color: #DD367C; }
a { background-color: rgb(221,54,124); }
div.DivClassName
{
background-color: #DD367C;
}
.BgClassName
{
background-color: #DD367C;
}
</style>
border-color css
<style>
span { border-color: #DD367C; }
span { border-color: rgb(221,54,124); }
td.TdClassName
{
border-color: #DD367C;
}
.TagClassName
{
border-color: #DD367C;
}
</style>