Shades of Deep Cerise #DD4294
Tints of Deep Cerise #DD4294
RGB
CMYK
RGB Variations
Color information
#DD4294 (or 0xDD4294) is known color: Deep Cerise. HEX triplet: DD, 42 and 94. RGB value is (221,66,148). Sum of RGB (Red+Green+Blue) = 221+66+148=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4294 is #22BD6B. Grayscale: #797979. Windows color (decimal): -2276716 or 9716445. OLE color: 9716445.
HSL color Cylindrical-coordinate representation of color #DD4294: hue angle of 328.26º 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 #DD4294 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 148 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.13 |
| HSL | 328.26º | 0.7% | 0.56% | - |
| HSV(B) | 328.26º | 0.7% | 0.87% | - |
| XYZ | 37.11 | 21.41 | 30.19 | - |
| YUV | 121.69 | 142.85 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 148 | 0 | 0.70 | 0.33 | 0.13 | 328.26 | 0.7 | 0.56 |
| Hex | DD | 42 | 94 | 0 | 46 | 21 | D | 148 | 46 | 38 |
| Octal | 335 | 102 | 224 | 0 | 106 | 41 | 15 | 510 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10010100 | 0 | 1000110 | 100001 | 1101 | 101001000 | 1000110 | 111000 |
Color Harmonies of #DD4294
Complementary color
Monochromatic Colors of #DD4294
Black with #DD4294
Text Example
Text Example
White with #DD4294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4294; }
p { color: rgb(221,66,148); }
H1.HeaderClassName
{
color: #DD4294;
}
.AnyTagClassName
{
color: #DD4294;
}
</style>
background-color css
<style>
a { background-color: #DD4294; }
a { background-color: rgb(221,66,148); }
div.DivClassName
{
background-color: #DD4294;
}
.BgClassName
{
background-color: #DD4294;
}
</style>
border-color css
<style>
span { border-color: #DD4294; }
span { border-color: rgb(221,66,148); }
td.TdClassName
{
border-color: #DD4294;
}
.TagClassName
{
border-color: #DD4294;
}
</style>