Shades of Deep Cerise #DD2C98
Tints of Deep Cerise #DD2C98
RGB
CMYK
RGB Variations
Color information
#DD2C98 (or 0xDD2C98) is known color: Deep Cerise. HEX triplet: DD, 2C and 98. RGB value is (221,44,152). Sum of RGB (Red+Green+Blue) = 221+44+152=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C98 is #22D367. Grayscale: #6C6C6C. Windows color (decimal): -2282344 or 9972957. OLE color: 9972957.
HSL color Cylindrical-coordinate representation of color #DD2C98: hue angle of 323.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2C98 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 152 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.13 |
| HSL | 323.39º | 0.72% | 0.52% | - |
| HSV(B) | 323.39º | 0.8% | 0.87% | - |
| XYZ | 36.39 | 19.44 | 31.54 | - |
| YUV | 109.24 | 152.14 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 152 | 0 | 0.80 | 0.31 | 0.13 | 323.39 | 0.72 | 0.52 |
| Hex | DD | 2C | 98 | 0 | 50 | 1F | D | 143 | 48 | 34 |
| Octal | 335 | 54 | 230 | 0 | 120 | 37 | 15 | 503 | 110 | 64 |
| Binary | 11011101 | 101100 | 10011000 | 0 | 1010000 | 11111 | 1101 | 101000011 | 1001000 | 110100 |
Color Harmonies of #DD2C98
Complementary color
Monochromatic Colors of #DD2C98
Black with #DD2C98
Text Example
Text Example
White with #DD2C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C98; }
p { color: rgb(221,44,152); }
H1.HeaderClassName
{
color: #DD2C98;
}
.AnyTagClassName
{
color: #DD2C98;
}
</style>
background-color css
<style>
a { background-color: #DD2C98; }
a { background-color: rgb(221,44,152); }
div.DivClassName
{
background-color: #DD2C98;
}
.BgClassName
{
background-color: #DD2C98;
}
</style>
border-color css
<style>
span { border-color: #DD2C98; }
span { border-color: rgb(221,44,152); }
td.TdClassName
{
border-color: #DD2C98;
}
.TagClassName
{
border-color: #DD2C98;
}
</style>