Shades of Deep Cerise #DD2575
Tints of Deep Cerise #DD2575
RGB
CMYK
RGB Variations
Color information
#DD2575 (or 0xDD2575) is known color: Deep Cerise. HEX triplet: DD, 25 and 75. RGB value is (221,37,117). Sum of RGB (Red+Green+Blue) = 221+37+117=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2575 is #22DA8A. Grayscale: #656565. Windows color (decimal): -2284171 or 7677405. OLE color: 7677405.
HSL color Cylindrical-coordinate representation of color #DD2575: hue angle of 333.91º 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 #DD2575 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 117 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.13 |
| HSL | 333.91º | 0.73% | 0.51% | - |
| HSV(B) | 333.91º | 0.83% | 0.87% | - |
| XYZ | 33.69 | 17.98 | 18.52 | - |
| YUV | 101.14 | 136.96 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 117 | 0 | 0.83 | 0.47 | 0.13 | 333.91 | 0.73 | 0.51 |
| Hex | DD | 25 | 75 | 0 | 53 | 2F | D | 14E | 49 | 33 |
| Octal | 335 | 45 | 165 | 0 | 123 | 57 | 15 | 516 | 111 | 63 |
| Binary | 11011101 | 100101 | 1110101 | 0 | 1010011 | 101111 | 1101 | 101001110 | 1001001 | 110011 |
Color Harmonies of #DD2575
Complementary color
Monochromatic Colors of #DD2575
Black with #DD2575
Text Example
Text Example
White with #DD2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2575; }
p { color: rgb(221,37,117); }
H1.HeaderClassName
{
color: #DD2575;
}
.AnyTagClassName
{
color: #DD2575;
}
</style>
background-color css
<style>
a { background-color: #DD2575; }
a { background-color: rgb(221,37,117); }
div.DivClassName
{
background-color: #DD2575;
}
.BgClassName
{
background-color: #DD2575;
}
</style>
border-color css
<style>
span { border-color: #DD2575; }
span { border-color: rgb(221,37,117); }
td.TdClassName
{
border-color: #DD2575;
}
.TagClassName
{
border-color: #DD2575;
}
</style>