Shades of Deep Cerise #DD2E75
Tints of Deep Cerise #DD2E75
RGB
CMYK
RGB Variations
Color information
#DD2E75 (or 0xDD2E75) is known color: Deep Cerise. HEX triplet: DD, 2E and 75. RGB value is (221,46,117). Sum of RGB (Red+Green+Blue) = 221+46+117=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E75 is #22D18A. Grayscale: #6A6A6A. Windows color (decimal): -2281867 or 7679709. OLE color: 7679709.
HSL color Cylindrical-coordinate representation of color #DD2E75: hue angle of 335.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E75 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 117 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.13 |
| HSL | 335.66º | 0.72% | 0.52% | - |
| HSV(B) | 335.66º | 0.79% | 0.87% | - |
| XYZ | 34.01 | 18.61 | 18.63 | - |
| YUV | 106.42 | 133.98 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 117 | 0 | 0.79 | 0.47 | 0.13 | 335.66 | 0.72 | 0.52 |
| Hex | DD | 2E | 75 | 0 | 4F | 2F | D | 150 | 48 | 34 |
| Octal | 335 | 56 | 165 | 0 | 117 | 57 | 15 | 520 | 110 | 64 |
| Binary | 11011101 | 101110 | 1110101 | 0 | 1001111 | 101111 | 1101 | 101010000 | 1001000 | 110100 |
Color Harmonies of #DD2E75
Complementary color
Monochromatic Colors of #DD2E75
Black with #DD2E75
Text Example
Text Example
White with #DD2E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E75; }
p { color: rgb(221,46,117); }
H1.HeaderClassName
{
color: #DD2E75;
}
.AnyTagClassName
{
color: #DD2E75;
}
</style>
background-color css
<style>
a { background-color: #DD2E75; }
a { background-color: rgb(221,46,117); }
div.DivClassName
{
background-color: #DD2E75;
}
.BgClassName
{
background-color: #DD2E75;
}
</style>
border-color css
<style>
span { border-color: #DD2E75; }
span { border-color: rgb(221,46,117); }
td.TdClassName
{
border-color: #DD2E75;
}
.TagClassName
{
border-color: #DD2E75;
}
</style>