Shades of Deep Cerise #DD2799
Tints of Deep Cerise #DD2799
RGB
CMYK
RGB Variations
Color information
#DD2799 (or 0xDD2799) is known color: Deep Cerise. HEX triplet: DD, 27 and 99. RGB value is (221,39,153). Sum of RGB (Red+Green+Blue) = 221+39+153=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2799 is #22D866. Grayscale: #6A6A6A. Windows color (decimal): -2283623 or 10037213. OLE color: 10037213.
HSL color Cylindrical-coordinate representation of color #DD2799: hue angle of 322.42º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2799 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 153 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.13 |
| HSL | 322.42º | 0.73% | 0.51% | - |
| HSV(B) | 322.42º | 0.82% | 0.87% | - |
| XYZ | 36.29 | 19.12 | 31.92 | - |
| YUV | 106.41 | 154.3 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 153 | 0 | 0.82 | 0.31 | 0.13 | 322.42 | 0.73 | 0.51 |
| Hex | DD | 27 | 99 | 0 | 52 | 1F | D | 142 | 49 | 33 |
| Octal | 335 | 47 | 231 | 0 | 122 | 37 | 15 | 502 | 111 | 63 |
| Binary | 11011101 | 100111 | 10011001 | 0 | 1010010 | 11111 | 1101 | 101000010 | 1001001 | 110011 |
Color Harmonies of #DD2799
Complementary color
Monochromatic Colors of #DD2799
Black with #DD2799
Text Example
Text Example
White with #DD2799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2799; }
p { color: rgb(221,39,153); }
H1.HeaderClassName
{
color: #DD2799;
}
.AnyTagClassName
{
color: #DD2799;
}
</style>
background-color css
<style>
a { background-color: #DD2799; }
a { background-color: rgb(221,39,153); }
div.DivClassName
{
background-color: #DD2799;
}
.BgClassName
{
background-color: #DD2799;
}
</style>
border-color css
<style>
span { border-color: #DD2799; }
span { border-color: rgb(221,39,153); }
td.TdClassName
{
border-color: #DD2799;
}
.TagClassName
{
border-color: #DD2799;
}
</style>