Shades of Deep Cerise #DD4393
Tints of Deep Cerise #DD4393
RGB
CMYK
RGB Variations
Color information
#DD4393 (or 0xDD4393) is known color: Deep Cerise. HEX triplet: DD, 43 and 93. RGB value is (221,67,147). Sum of RGB (Red+Green+Blue) = 221+67+147=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4393 is #22BC6C. Grayscale: #7A7A7A. Windows color (decimal): -2276461 or 9651165. OLE color: 9651165.
HSL color Cylindrical-coordinate representation of color #DD4393: hue angle of 328.83º 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 #DD4393 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 147 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.13 |
| HSL | 328.83º | 0.69% | 0.56% | - |
| HSV(B) | 328.83º | 0.7% | 0.87% | - |
| XYZ | 37.09 | 21.49 | 29.8 | - |
| YUV | 122.17 | 142.02 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 147 | 0 | 0.70 | 0.33 | 0.13 | 328.83 | 0.69 | 0.56 |
| Hex | DD | 43 | 93 | 0 | 46 | 21 | D | 149 | 45 | 38 |
| Octal | 335 | 103 | 223 | 0 | 106 | 41 | 15 | 511 | 105 | 70 |
| Binary | 11011101 | 1000011 | 10010011 | 0 | 1000110 | 100001 | 1101 | 101001001 | 1000101 | 111000 |
Color Harmonies of #DD4393
Complementary color
Monochromatic Colors of #DD4393
Black with #DD4393
Text Example
Text Example
White with #DD4393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4393; }
p { color: rgb(221,67,147); }
H1.HeaderClassName
{
color: #DD4393;
}
.AnyTagClassName
{
color: #DD4393;
}
</style>
background-color css
<style>
a { background-color: #DD4393; }
a { background-color: rgb(221,67,147); }
div.DivClassName
{
background-color: #DD4393;
}
.BgClassName
{
background-color: #DD4393;
}
</style>
border-color css
<style>
span { border-color: #DD4393; }
span { border-color: rgb(221,67,147); }
td.TdClassName
{
border-color: #DD4393;
}
.TagClassName
{
border-color: #DD4393;
}
</style>