Shades of Deep Cerise #DD1D97
Tints of Deep Cerise #DD1D97
RGB
CMYK
RGB Variations
Color information
#DD1D97 (or 0xDD1D97) is known color: Deep Cerise. HEX triplet: DD, 1D and 97. RGB value is (221,29,151). Sum of RGB (Red+Green+Blue) = 221+29+151=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1D97 is #22E268. Grayscale: #646464. Windows color (decimal): -2286185 or 9903581. OLE color: 9903581.
HSL color Cylindrical-coordinate representation of color #DD1D97: hue angle of 321.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1D97 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 151 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.13 |
| HSL | 321.88º | 0.77% | 0.49% | - |
| HSV(B) | 321.88º | 0.87% | 0.87% | - |
| XYZ | 35.84 | 18.49 | 30.96 | - |
| YUV | 100.32 | 156.61 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 151 | 0 | 0.87 | 0.32 | 0.13 | 321.88 | 0.77 | 0.49 |
| Hex | DD | 1D | 97 | 0 | 57 | 20 | D | 142 | 4D | 31 |
| Octal | 335 | 35 | 227 | 0 | 127 | 40 | 15 | 502 | 115 | 61 |
| Binary | 11011101 | 11101 | 10010111 | 0 | 1010111 | 100000 | 1101 | 101000010 | 1001101 | 110001 |
Color Harmonies of #DD1D97
Complementary color
Monochromatic Colors of #DD1D97
Black with #DD1D97
Text Example
Text Example
White with #DD1D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1D97; }
p { color: rgb(221,29,151); }
H1.HeaderClassName
{
color: #DD1D97;
}
.AnyTagClassName
{
color: #DD1D97;
}
</style>
background-color css
<style>
a { background-color: #DD1D97; }
a { background-color: rgb(221,29,151); }
div.DivClassName
{
background-color: #DD1D97;
}
.BgClassName
{
background-color: #DD1D97;
}
</style>
border-color css
<style>
span { border-color: #DD1D97; }
span { border-color: rgb(221,29,151); }
td.TdClassName
{
border-color: #DD1D97;
}
.TagClassName
{
border-color: #DD1D97;
}
</style>