Shades of Deep Cerise #DD2475
Tints of Deep Cerise #DD2475
RGB
CMYK
RGB Variations
Color information
#DD2475 (or 0xDD2475) is known color: Deep Cerise. HEX triplet: DD, 24 and 75. RGB value is (221,36,117). Sum of RGB (Red+Green+Blue) = 221+36+117=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2475 is #22DB8A. Grayscale: #646464. Windows color (decimal): -2284427 or 7677149. OLE color: 7677149.
HSL color Cylindrical-coordinate representation of color #DD2475: hue angle of 333.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2475 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 117 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.13 |
| HSL | 333.73º | 0.73% | 0.5% | - |
| HSV(B) | 333.73º | 0.84% | 0.87% | - |
| XYZ | 33.66 | 17.92 | 18.51 | - |
| YUV | 100.55 | 137.29 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 117 | 0 | 0.84 | 0.47 | 0.13 | 333.73 | 0.73 | 0.5 |
| Hex | DD | 24 | 75 | 0 | 54 | 2F | D | 14E | 49 | 32 |
| Octal | 335 | 44 | 165 | 0 | 124 | 57 | 15 | 516 | 111 | 62 |
| Binary | 11011101 | 100100 | 1110101 | 0 | 1010100 | 101111 | 1101 | 101001110 | 1001001 | 110010 |
Color Harmonies of #DD2475
Complementary color
Monochromatic Colors of #DD2475
Black with #DD2475
Text Example
Text Example
White with #DD2475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2475; }
p { color: rgb(221,36,117); }
H1.HeaderClassName
{
color: #DD2475;
}
.AnyTagClassName
{
color: #DD2475;
}
</style>
background-color css
<style>
a { background-color: #DD2475; }
a { background-color: rgb(221,36,117); }
div.DivClassName
{
background-color: #DD2475;
}
.BgClassName
{
background-color: #DD2475;
}
</style>
border-color css
<style>
span { border-color: #DD2475; }
span { border-color: rgb(221,36,117); }
td.TdClassName
{
border-color: #DD2475;
}
.TagClassName
{
border-color: #DD2475;
}
</style>