Shades of Deep Cerise #DD4293
Tints of Deep Cerise #DD4293
RGB
CMYK
RGB Variations
Color information
#DD4293 (or 0xDD4293) is known color: Deep Cerise. HEX triplet: DD, 42 and 93. RGB value is (221,66,147). Sum of RGB (Red+Green+Blue) = 221+66+147=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4293 is #22BD6C. Grayscale: #797979. Windows color (decimal): -2276717 or 9650909. OLE color: 9650909.
HSL color Cylindrical-coordinate representation of color #DD4293: hue angle of 328.65º degrees, saturation: 0.7, 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 #DD4293 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 147 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.13 |
| HSL | 328.65º | 0.7% | 0.56% | - |
| HSV(B) | 328.65º | 0.7% | 0.87% | - |
| XYZ | 37.03 | 21.38 | 29.78 | - |
| YUV | 121.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 147 | 0 | 0.70 | 0.33 | 0.13 | 328.65 | 0.7 | 0.56 |
| Hex | DD | 42 | 93 | 0 | 46 | 21 | D | 149 | 46 | 38 |
| Octal | 335 | 102 | 223 | 0 | 106 | 41 | 15 | 511 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10010011 | 0 | 1000110 | 100001 | 1101 | 101001001 | 1000110 | 111000 |
Color Harmonies of #DD4293
Complementary color
Monochromatic Colors of #DD4293
Black with #DD4293
Text Example
Text Example
White with #DD4293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4293; }
p { color: rgb(221,66,147); }
H1.HeaderClassName
{
color: #DD4293;
}
.AnyTagClassName
{
color: #DD4293;
}
</style>
background-color css
<style>
a { background-color: #DD4293; }
a { background-color: rgb(221,66,147); }
div.DivClassName
{
background-color: #DD4293;
}
.BgClassName
{
background-color: #DD4293;
}
</style>
border-color css
<style>
span { border-color: #DD4293; }
span { border-color: rgb(221,66,147); }
td.TdClassName
{
border-color: #DD4293;
}
.TagClassName
{
border-color: #DD4293;
}
</style>