Shades of Deep Cerise #DD3E97
Tints of Deep Cerise #DD3E97
RGB
CMYK
RGB Variations
Color information
#DD3E97 (or 0xDD3E97) is known color: Deep Cerise. HEX triplet: DD, 3E and 97. RGB value is (221,62,151). Sum of RGB (Red+Green+Blue) = 221+62+151=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E97 is #22C168. Grayscale: #777777. Windows color (decimal): -2277737 or 9912029. OLE color: 9912029.
HSL color Cylindrical-coordinate representation of color #DD3E97: hue angle of 326.42º 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 #DD3E97 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 151 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.13 |
| HSL | 326.42º | 0.7% | 0.55% | - |
| HSV(B) | 326.42º | 0.72% | 0.87% | - |
| XYZ | 37.13 | 21.05 | 31.38 | - |
| YUV | 119.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 151 | 0 | 0.72 | 0.32 | 0.13 | 326.42 | 0.7 | 0.55 |
| Hex | DD | 3E | 97 | 0 | 48 | 20 | D | 146 | 46 | 37 |
| Octal | 335 | 76 | 227 | 0 | 110 | 40 | 15 | 506 | 106 | 67 |
| Binary | 11011101 | 111110 | 10010111 | 0 | 1001000 | 100000 | 1101 | 101000110 | 1000110 | 110111 |
Color Harmonies of #DD3E97
Complementary color
Monochromatic Colors of #DD3E97
Black with #DD3E97
Text Example
Text Example
White with #DD3E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E97; }
p { color: rgb(221,62,151); }
H1.HeaderClassName
{
color: #DD3E97;
}
.AnyTagClassName
{
color: #DD3E97;
}
</style>
background-color css
<style>
a { background-color: #DD3E97; }
a { background-color: rgb(221,62,151); }
div.DivClassName
{
background-color: #DD3E97;
}
.BgClassName
{
background-color: #DD3E97;
}
</style>
border-color css
<style>
span { border-color: #DD3E97; }
span { border-color: rgb(221,62,151); }
td.TdClassName
{
border-color: #DD3E97;
}
.TagClassName
{
border-color: #DD3E97;
}
</style>