Shades of Deep Cerise #DD3E91
Tints of Deep Cerise #DD3E91
RGB
CMYK
RGB Variations
Color information
#DD3E91 (or 0xDD3E91) is known color: Deep Cerise. HEX triplet: DD, 3E and 91. RGB value is (221,62,145). Sum of RGB (Red+Green+Blue) = 221+62+145=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E91 is #22C16E. Grayscale: #767676. Windows color (decimal): -2277743 or 9518813. OLE color: 9518813.
HSL color Cylindrical-coordinate representation of color #DD3E91: hue angle of 328.68º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3E91 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 145 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.13 |
| HSL | 328.68º | 0.7% | 0.55% | - |
| HSV(B) | 328.68º | 0.72% | 0.87% | - |
| XYZ | 36.65 | 20.86 | 28.88 | - |
| YUV | 119 | 142.68 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 145 | 0 | 0.72 | 0.34 | 0.13 | 328.68 | 0.7 | 0.55 |
| Hex | DD | 3E | 91 | 0 | 48 | 22 | D | 149 | 46 | 37 |
| Octal | 335 | 76 | 221 | 0 | 110 | 42 | 15 | 511 | 106 | 67 |
| Binary | 11011101 | 111110 | 10010001 | 0 | 1001000 | 100010 | 1101 | 101001001 | 1000110 | 110111 |
Color Harmonies of #DD3E91
Complementary color
Monochromatic Colors of #DD3E91
Black with #DD3E91
Text Example
Text Example
White with #DD3E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E91; }
p { color: rgb(221,62,145); }
H1.HeaderClassName
{
color: #DD3E91;
}
.AnyTagClassName
{
color: #DD3E91;
}
</style>
background-color css
<style>
a { background-color: #DD3E91; }
a { background-color: rgb(221,62,145); }
div.DivClassName
{
background-color: #DD3E91;
}
.BgClassName
{
background-color: #DD3E91;
}
</style>
border-color css
<style>
span { border-color: #DD3E91; }
span { border-color: rgb(221,62,145); }
td.TdClassName
{
border-color: #DD3E91;
}
.TagClassName
{
border-color: #DD3E91;
}
</style>