Shades of Deep Cerise #DD4398
Tints of Deep Cerise #DD4398
RGB
CMYK
RGB Variations
Color information
#DD4398 (or 0xDD4398) is known color: Deep Cerise. HEX triplet: DD, 43 and 98. RGB value is (221,67,152). Sum of RGB (Red+Green+Blue) = 221+67+152=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4398 is #22BC67. Grayscale: #7A7A7A. Windows color (decimal): -2276456 or 9978845. OLE color: 9978845.
HSL color Cylindrical-coordinate representation of color #DD4398: hue angle of 326.88º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4398 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 152 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.13 |
| HSL | 326.88º | 0.69% | 0.56% | - |
| HSV(B) | 326.88º | 0.7% | 0.87% | - |
| XYZ | 37.49 | 21.65 | 31.91 | - |
| YUV | 122.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 152 | 0 | 0.70 | 0.31 | 0.13 | 326.88 | 0.69 | 0.56 |
| Hex | DD | 43 | 98 | 0 | 46 | 1F | D | 147 | 45 | 38 |
| Octal | 335 | 103 | 230 | 0 | 106 | 37 | 15 | 507 | 105 | 70 |
| Binary | 11011101 | 1000011 | 10011000 | 0 | 1000110 | 11111 | 1101 | 101000111 | 1000101 | 111000 |
Color Harmonies of #DD4398
Complementary color
Monochromatic Colors of #DD4398
Black with #DD4398
Text Example
Text Example
White with #DD4398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4398; }
p { color: rgb(221,67,152); }
H1.HeaderClassName
{
color: #DD4398;
}
.AnyTagClassName
{
color: #DD4398;
}
</style>
background-color css
<style>
a { background-color: #DD4398; }
a { background-color: rgb(221,67,152); }
div.DivClassName
{
background-color: #DD4398;
}
.BgClassName
{
background-color: #DD4398;
}
</style>
border-color css
<style>
span { border-color: #DD4398; }
span { border-color: rgb(221,67,152); }
td.TdClassName
{
border-color: #DD4398;
}
.TagClassName
{
border-color: #DD4398;
}
</style>