Shades of Deep Cerise #DD1D94
Tints of Deep Cerise #DD1D94
RGB
CMYK
RGB Variations
Color information
#DD1D94 (or 0xDD1D94) is known color: Deep Cerise. HEX triplet: DD, 1D and 94. RGB value is (221,29,148). Sum of RGB (Red+Green+Blue) = 221+29+148=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1D94 is #22E26B. Grayscale: #636363. Windows color (decimal): -2286188 or 9706973. OLE color: 9706973.
HSL color Cylindrical-coordinate representation of color #DD1D94: hue angle of 322.81º 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 #DD1D94 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 148 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.13 |
| HSL | 322.81º | 0.77% | 0.49% | - |
| HSV(B) | 322.81º | 0.87% | 0.87% | - |
| XYZ | 35.6 | 18.39 | 29.69 | - |
| YUV | 99.97 | 155.11 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 148 | 0 | 0.87 | 0.33 | 0.13 | 322.81 | 0.77 | 0.49 |
| Hex | DD | 1D | 94 | 0 | 57 | 21 | D | 143 | 4D | 31 |
| Octal | 335 | 35 | 224 | 0 | 127 | 41 | 15 | 503 | 115 | 61 |
| Binary | 11011101 | 11101 | 10010100 | 0 | 1010111 | 100001 | 1101 | 101000011 | 1001101 | 110001 |
Color Harmonies of #DD1D94
Complementary color
Monochromatic Colors of #DD1D94
Black with #DD1D94
Text Example
Text Example
White with #DD1D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1D94; }
p { color: rgb(221,29,148); }
H1.HeaderClassName
{
color: #DD1D94;
}
.AnyTagClassName
{
color: #DD1D94;
}
</style>
background-color css
<style>
a { background-color: #DD1D94; }
a { background-color: rgb(221,29,148); }
div.DivClassName
{
background-color: #DD1D94;
}
.BgClassName
{
background-color: #DD1D94;
}
</style>
border-color css
<style>
span { border-color: #DD1D94; }
span { border-color: rgb(221,29,148); }
td.TdClassName
{
border-color: #DD1D94;
}
.TagClassName
{
border-color: #DD1D94;
}
</style>