Shades of Deep Cerise #DD3F94
Tints of Deep Cerise #DD3F94
RGB
CMYK
RGB Variations
Color information
#DD3F94 (or 0xDD3F94) is known color: Deep Cerise. HEX triplet: DD, 3F and 94. RGB value is (221,63,148). Sum of RGB (Red+Green+Blue) = 221+63+148=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F94 is #22C06B. Grayscale: #777777. Windows color (decimal): -2277484 or 9715677. OLE color: 9715677.
HSL color Cylindrical-coordinate representation of color #DD3F94: hue angle of 327.72º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3F94 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 148 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.13 |
| HSL | 327.72º | 0.7% | 0.56% | - |
| HSV(B) | 327.72º | 0.71% | 0.87% | - |
| XYZ | 36.94 | 21.07 | 30.14 | - |
| YUV | 119.93 | 143.85 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 148 | 0 | 0.71 | 0.33 | 0.13 | 327.72 | 0.7 | 0.56 |
| Hex | DD | 3F | 94 | 0 | 47 | 21 | D | 148 | 46 | 38 |
| Octal | 335 | 77 | 224 | 0 | 107 | 41 | 15 | 510 | 106 | 70 |
| Binary | 11011101 | 111111 | 10010100 | 0 | 1000111 | 100001 | 1101 | 101001000 | 1000110 | 111000 |
Color Harmonies of #DD3F94
Complementary color
Monochromatic Colors of #DD3F94
Black with #DD3F94
Text Example
Text Example
White with #DD3F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F94; }
p { color: rgb(221,63,148); }
H1.HeaderClassName
{
color: #DD3F94;
}
.AnyTagClassName
{
color: #DD3F94;
}
</style>
background-color css
<style>
a { background-color: #DD3F94; }
a { background-color: rgb(221,63,148); }
div.DivClassName
{
background-color: #DD3F94;
}
.BgClassName
{
background-color: #DD3F94;
}
</style>
border-color css
<style>
span { border-color: #DD3F94; }
span { border-color: rgb(221,63,148); }
td.TdClassName
{
border-color: #DD3F94;
}
.TagClassName
{
border-color: #DD3F94;
}
</style>