Shades of Deep Cerise #DD369E
Tints of Deep Cerise #DD369E
RGB
CMYK
RGB Variations
Color information
#DD369E (or 0xDD369E) is known color: Deep Cerise. HEX triplet: DD, 36 and 9E. RGB value is (221,54,158). Sum of RGB (Red+Green+Blue) = 221+54+158=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD369E is #22C961. Grayscale: #737373. Windows color (decimal): -2279778 or 10368733. OLE color: 10368733.
HSL color Cylindrical-coordinate representation of color #DD369E: hue angle of 322.63º 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 #DD369E is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 158 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.13 |
| HSL | 322.63º | 0.71% | 0.54% | - |
| HSV(B) | 322.63º | 0.76% | 0.87% | - |
| XYZ | 37.31 | 20.48 | 34.33 | - |
| YUV | 115.79 | 151.83 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 158 | 0 | 0.76 | 0.29 | 0.13 | 322.63 | 0.71 | 0.54 |
| Hex | DD | 36 | 9E | 0 | 4C | 1D | D | 143 | 47 | 36 |
| Octal | 335 | 66 | 236 | 0 | 114 | 35 | 15 | 503 | 107 | 66 |
| Binary | 11011101 | 110110 | 10011110 | 0 | 1001100 | 11101 | 1101 | 101000011 | 1000111 | 110110 |
Color Harmonies of #DD369E
Complementary color
Monochromatic Colors of #DD369E
Black with #DD369E
Text Example
Text Example
White with #DD369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD369E; }
p { color: rgb(221,54,158); }
H1.HeaderClassName
{
color: #DD369E;
}
.AnyTagClassName
{
color: #DD369E;
}
</style>
background-color css
<style>
a { background-color: #DD369E; }
a { background-color: rgb(221,54,158); }
div.DivClassName
{
background-color: #DD369E;
}
.BgClassName
{
background-color: #DD369E;
}
</style>
border-color css
<style>
span { border-color: #DD369E; }
span { border-color: rgb(221,54,158); }
td.TdClassName
{
border-color: #DD369E;
}
.TagClassName
{
border-color: #DD369E;
}
</style>