Shades of Deep Cerise #DD368E
Tints of Deep Cerise #DD368E
RGB
CMYK
RGB Variations
Color information
#DD368E (or 0xDD368E) is known color: Deep Cerise. HEX triplet: DD, 36 and 8E. RGB value is (221,54,142). Sum of RGB (Red+Green+Blue) = 221+54+142=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD368E is #22C971. Grayscale: #717171. Windows color (decimal): -2279794 or 9320157. OLE color: 9320157.
HSL color Cylindrical-coordinate representation of color #DD368E: hue angle of 328.38º 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 #DD368E is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 142 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.13 |
| HSL | 328.38º | 0.71% | 0.54% | - |
| HSV(B) | 328.38º | 0.76% | 0.87% | - |
| XYZ | 36.02 | 19.96 | 27.55 | - |
| YUV | 113.97 | 143.83 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 142 | 0 | 0.76 | 0.36 | 0.13 | 328.38 | 0.71 | 0.54 |
| Hex | DD | 36 | 8E | 0 | 4C | 24 | D | 148 | 47 | 36 |
| Octal | 335 | 66 | 216 | 0 | 114 | 44 | 15 | 510 | 107 | 66 |
| Binary | 11011101 | 110110 | 10001110 | 0 | 1001100 | 100100 | 1101 | 101001000 | 1000111 | 110110 |
Color Harmonies of #DD368E
Complementary color
Monochromatic Colors of #DD368E
Black with #DD368E
Text Example
Text Example
White with #DD368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD368E; }
p { color: rgb(221,54,142); }
H1.HeaderClassName
{
color: #DD368E;
}
.AnyTagClassName
{
color: #DD368E;
}
</style>
background-color css
<style>
a { background-color: #DD368E; }
a { background-color: rgb(221,54,142); }
div.DivClassName
{
background-color: #DD368E;
}
.BgClassName
{
background-color: #DD368E;
}
</style>
border-color css
<style>
span { border-color: #DD368E; }
span { border-color: rgb(221,54,142); }
td.TdClassName
{
border-color: #DD368E;
}
.TagClassName
{
border-color: #DD368E;
}
</style>