Shades of Deep Cerise #DD1D93
Tints of Deep Cerise #DD1D93
RGB
CMYK
RGB Variations
Color information
#DD1D93 (or 0xDD1D93) is known color: Deep Cerise. HEX triplet: DD, 1D and 93. RGB value is (221,29,147). Sum of RGB (Red+Green+Blue) = 221+29+147=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1D93 is #22E26C. Grayscale: #636363. Windows color (decimal): -2286189 or 9641437. OLE color: 9641437.
HSL color Cylindrical-coordinate representation of color #DD1D93: hue angle of 323.12º 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 #DD1D93 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 147 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.13 |
| HSL | 323.13º | 0.77% | 0.49% | - |
| HSV(B) | 323.13º | 0.87% | 0.87% | - |
| XYZ | 35.52 | 18.36 | 29.27 | - |
| YUV | 99.86 | 154.61 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 147 | 0 | 0.87 | 0.33 | 0.13 | 323.13 | 0.77 | 0.49 |
| Hex | DD | 1D | 93 | 0 | 57 | 21 | D | 143 | 4D | 31 |
| Octal | 335 | 35 | 223 | 0 | 127 | 41 | 15 | 503 | 115 | 61 |
| Binary | 11011101 | 11101 | 10010011 | 0 | 1010111 | 100001 | 1101 | 101000011 | 1001101 | 110001 |
Color Harmonies of #DD1D93
Complementary color
Monochromatic Colors of #DD1D93
Black with #DD1D93
Text Example
Text Example
White with #DD1D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1D93; }
p { color: rgb(221,29,147); }
H1.HeaderClassName
{
color: #DD1D93;
}
.AnyTagClassName
{
color: #DD1D93;
}
</style>
background-color css
<style>
a { background-color: #DD1D93; }
a { background-color: rgb(221,29,147); }
div.DivClassName
{
background-color: #DD1D93;
}
.BgClassName
{
background-color: #DD1D93;
}
</style>
border-color css
<style>
span { border-color: #DD1D93; }
span { border-color: rgb(221,29,147); }
td.TdClassName
{
border-color: #DD1D93;
}
.TagClassName
{
border-color: #DD1D93;
}
</style>