Shades of Deep Cerise #DD2697
Tints of Deep Cerise #DD2697
RGB
CMYK
RGB Variations
Color information
#DD2697 (or 0xDD2697) is known color: Deep Cerise. HEX triplet: DD, 26 and 97. RGB value is (221,38,151). Sum of RGB (Red+Green+Blue) = 221+38+151=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2697 is #22D968. Grayscale: #696969. Windows color (decimal): -2283881 or 9905885. OLE color: 9905885.
HSL color Cylindrical-coordinate representation of color #DD2697: hue angle of 322.95º 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 #DD2697 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 151 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.13 |
| HSL | 322.95º | 0.73% | 0.51% | - |
| HSV(B) | 322.95º | 0.83% | 0.87% | - |
| XYZ | 36.1 | 18.99 | 31.04 | - |
| YUV | 105.6 | 153.63 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 151 | 0 | 0.83 | 0.32 | 0.13 | 322.95 | 0.73 | 0.51 |
| Hex | DD | 26 | 97 | 0 | 53 | 20 | D | 143 | 49 | 33 |
| Octal | 335 | 46 | 227 | 0 | 123 | 40 | 15 | 503 | 111 | 63 |
| Binary | 11011101 | 100110 | 10010111 | 0 | 1010011 | 100000 | 1101 | 101000011 | 1001001 | 110011 |
Color Harmonies of #DD2697
Complementary color
Monochromatic Colors of #DD2697
Black with #DD2697
Text Example
Text Example
White with #DD2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2697; }
p { color: rgb(221,38,151); }
H1.HeaderClassName
{
color: #DD2697;
}
.AnyTagClassName
{
color: #DD2697;
}
</style>
background-color css
<style>
a { background-color: #DD2697; }
a { background-color: rgb(221,38,151); }
div.DivClassName
{
background-color: #DD2697;
}
.BgClassName
{
background-color: #DD2697;
}
</style>
border-color css
<style>
span { border-color: #DD2697; }
span { border-color: rgb(221,38,151); }
td.TdClassName
{
border-color: #DD2697;
}
.TagClassName
{
border-color: #DD2697;
}
</style>