Shades of Deep Cerise #DD1F93
Tints of Deep Cerise #DD1F93
RGB
CMYK
RGB Variations
Color information
#DD1F93 (or 0xDD1F93) is known color: Deep Cerise. HEX triplet: DD, 1F and 93. RGB value is (221,31,147). Sum of RGB (Red+Green+Blue) = 221+31+147=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1F93 is #22E06C. Grayscale: #646464. Windows color (decimal): -2285677 or 9641949. OLE color: 9641949.
HSL color Cylindrical-coordinate representation of color #DD1F93: hue angle of 323.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1F93 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 31 | 147 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.13 |
| HSL | 323.37º | 0.75% | 0.49% | - |
| HSV(B) | 323.37º | 0.86% | 0.87% | - |
| XYZ | 35.58 | 18.46 | 29.29 | - |
| YUV | 101.03 | 153.95 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 147 | 0 | 0.86 | 0.33 | 0.13 | 323.37 | 0.75 | 0.49 |
| Hex | DD | 1F | 93 | 0 | 56 | 21 | D | 143 | 4B | 31 |
| Octal | 335 | 37 | 223 | 0 | 126 | 41 | 15 | 503 | 113 | 61 |
| Binary | 11011101 | 11111 | 10010011 | 0 | 1010110 | 100001 | 1101 | 101000011 | 1001011 | 110001 |
Color Harmonies of #DD1F93
Complementary color
Monochromatic Colors of #DD1F93
Black with #DD1F93
Text Example
Text Example
White with #DD1F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1F93; }
p { color: rgb(221,31,147); }
H1.HeaderClassName
{
color: #DD1F93;
}
.AnyTagClassName
{
color: #DD1F93;
}
</style>
background-color css
<style>
a { background-color: #DD1F93; }
a { background-color: rgb(221,31,147); }
div.DivClassName
{
background-color: #DD1F93;
}
.BgClassName
{
background-color: #DD1F93;
}
</style>
border-color css
<style>
span { border-color: #DD1F93; }
span { border-color: rgb(221,31,147); }
td.TdClassName
{
border-color: #DD1F93;
}
.TagClassName
{
border-color: #DD1F93;
}
</style>