Shades of Deep Cerise #DD3F91
Tints of Deep Cerise #DD3F91
RGB
CMYK
RGB Variations
Color information
#DD3F91 (or 0xDD3F91) is known color: Deep Cerise. HEX triplet: DD, 3F and 91. RGB value is (221,63,145). Sum of RGB (Red+Green+Blue) = 221+63+145=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F91 is #22C06E. Grayscale: #777777. Windows color (decimal): -2277487 or 9519069. OLE color: 9519069.
HSL color Cylindrical-coordinate representation of color #DD3F91: hue angle of 328.86º 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 #DD3F91 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 145 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.13 |
| HSL | 328.86º | 0.7% | 0.56% | - |
| HSV(B) | 328.86º | 0.71% | 0.87% | - |
| XYZ | 36.71 | 20.97 | 28.9 | - |
| YUV | 119.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 145 | 0 | 0.71 | 0.34 | 0.13 | 328.86 | 0.7 | 0.56 |
| Hex | DD | 3F | 91 | 0 | 47 | 22 | D | 149 | 46 | 38 |
| Octal | 335 | 77 | 221 | 0 | 107 | 42 | 15 | 511 | 106 | 70 |
| Binary | 11011101 | 111111 | 10010001 | 0 | 1000111 | 100010 | 1101 | 101001001 | 1000110 | 111000 |
Color Harmonies of #DD3F91
Complementary color
Monochromatic Colors of #DD3F91
Black with #DD3F91
Text Example
Text Example
White with #DD3F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F91; }
p { color: rgb(221,63,145); }
H1.HeaderClassName
{
color: #DD3F91;
}
.AnyTagClassName
{
color: #DD3F91;
}
</style>
background-color css
<style>
a { background-color: #DD3F91; }
a { background-color: rgb(221,63,145); }
div.DivClassName
{
background-color: #DD3F91;
}
.BgClassName
{
background-color: #DD3F91;
}
</style>
border-color css
<style>
span { border-color: #DD3F91; }
span { border-color: rgb(221,63,145); }
td.TdClassName
{
border-color: #DD3F91;
}
.TagClassName
{
border-color: #DD3F91;
}
</style>