Shades of Deep Cerise #DD2696
Tints of Deep Cerise #DD2696
RGB
CMYK
RGB Variations
Color information
#DD2696 (or 0xDD2696) is known color: Deep Cerise. HEX triplet: DD, 26 and 96. RGB value is (221,38,150). Sum of RGB (Red+Green+Blue) = 221+38+150=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2696 is #22D969. Grayscale: #696969. Windows color (decimal): -2283882 or 9840349. OLE color: 9840349.
HSL color Cylindrical-coordinate representation of color #DD2696: hue angle of 323.28º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2696 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 150 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.13 |
| HSL | 323.28º | 0.73% | 0.51% | - |
| HSV(B) | 323.28º | 0.83% | 0.87% | - |
| XYZ | 36.02 | 18.96 | 30.62 | - |
| YUV | 105.49 | 153.13 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 150 | 0 | 0.83 | 0.32 | 0.13 | 323.28 | 0.73 | 0.51 |
| Hex | DD | 26 | 96 | 0 | 53 | 20 | D | 143 | 49 | 33 |
| Octal | 335 | 46 | 226 | 0 | 123 | 40 | 15 | 503 | 111 | 63 |
| Binary | 11011101 | 100110 | 10010110 | 0 | 1010011 | 100000 | 1101 | 101000011 | 1001001 | 110011 |
Color Harmonies of #DD2696
Complementary color
Monochromatic Colors of #DD2696
Black with #DD2696
Text Example
Text Example
White with #DD2696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2696; }
p { color: rgb(221,38,150); }
H1.HeaderClassName
{
color: #DD2696;
}
.AnyTagClassName
{
color: #DD2696;
}
</style>
background-color css
<style>
a { background-color: #DD2696; }
a { background-color: rgb(221,38,150); }
div.DivClassName
{
background-color: #DD2696;
}
.BgClassName
{
background-color: #DD2696;
}
</style>
border-color css
<style>
span { border-color: #DD2696; }
span { border-color: rgb(221,38,150); }
td.TdClassName
{
border-color: #DD2696;
}
.TagClassName
{
border-color: #DD2696;
}
</style>