Shades of Deep Cerise #DD2D75
Tints of Deep Cerise #DD2D75
RGB
CMYK
RGB Variations
Color information
#DD2D75 (or 0xDD2D75) is known color: Deep Cerise. HEX triplet: DD, 2D and 75. RGB value is (221,45,117). Sum of RGB (Red+Green+Blue) = 221+45+117=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D75 is #22D28A. Grayscale: #696969. Windows color (decimal): -2282123 or 7679453. OLE color: 7679453.
HSL color Cylindrical-coordinate representation of color #DD2D75: hue angle of 335.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D75 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 117 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.13 |
| HSL | 335.45º | 0.72% | 0.52% | - |
| HSV(B) | 335.45º | 0.8% | 0.87% | - |
| XYZ | 33.97 | 18.53 | 18.62 | - |
| YUV | 105.83 | 134.31 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 117 | 0 | 0.80 | 0.47 | 0.13 | 335.45 | 0.72 | 0.52 |
| Hex | DD | 2D | 75 | 0 | 50 | 2F | D | 14F | 48 | 34 |
| Octal | 335 | 55 | 165 | 0 | 120 | 57 | 15 | 517 | 110 | 64 |
| Binary | 11011101 | 101101 | 1110101 | 0 | 1010000 | 101111 | 1101 | 101001111 | 1001000 | 110100 |
Color Harmonies of #DD2D75
Complementary color
Monochromatic Colors of #DD2D75
Black with #DD2D75
Text Example
Text Example
White with #DD2D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D75; }
p { color: rgb(221,45,117); }
H1.HeaderClassName
{
color: #DD2D75;
}
.AnyTagClassName
{
color: #DD2D75;
}
</style>
background-color css
<style>
a { background-color: #DD2D75; }
a { background-color: rgb(221,45,117); }
div.DivClassName
{
background-color: #DD2D75;
}
.BgClassName
{
background-color: #DD2D75;
}
</style>
border-color css
<style>
span { border-color: #DD2D75; }
span { border-color: rgb(221,45,117); }
td.TdClassName
{
border-color: #DD2D75;
}
.TagClassName
{
border-color: #DD2D75;
}
</style>