Shades of Deep Cerise #DD2480
Tints of Deep Cerise #DD2480
RGB
CMYK
RGB Variations
Color information
#DD2480 (or 0xDD2480) is known color: Deep Cerise. HEX triplet: DD, 24 and 80. RGB value is (221,36,128). Sum of RGB (Red+Green+Blue) = 221+36+128=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2480 is #22DB7F. Grayscale: #656565. Windows color (decimal): -2284416 or 8398045. OLE color: 8398045.
HSL color Cylindrical-coordinate representation of color #DD2480: hue angle of 330.16º 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 #DD2480 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 128 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.13 |
| HSL | 330.16º | 0.73% | 0.5% | - |
| HSV(B) | 330.16º | 0.84% | 0.87% | - |
| XYZ | 34.35 | 18.19 | 22.12 | - |
| YUV | 101.8 | 142.79 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 128 | 0 | 0.84 | 0.42 | 0.13 | 330.16 | 0.73 | 0.5 |
| Hex | DD | 24 | 80 | 0 | 54 | 2A | D | 14A | 49 | 32 |
| Octal | 335 | 44 | 200 | 0 | 124 | 52 | 15 | 512 | 111 | 62 |
| Binary | 11011101 | 100100 | 10000000 | 0 | 1010100 | 101010 | 1101 | 101001010 | 1001001 | 110010 |
Color Harmonies of #DD2480
Complementary color
Monochromatic Colors of #DD2480
Black with #DD2480
Text Example
Text Example
White with #DD2480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2480; }
p { color: rgb(221,36,128); }
H1.HeaderClassName
{
color: #DD2480;
}
.AnyTagClassName
{
color: #DD2480;
}
</style>
background-color css
<style>
a { background-color: #DD2480; }
a { background-color: rgb(221,36,128); }
div.DivClassName
{
background-color: #DD2480;
}
.BgClassName
{
background-color: #DD2480;
}
</style>
border-color css
<style>
span { border-color: #DD2480; }
span { border-color: rgb(221,36,128); }
td.TdClassName
{
border-color: #DD2480;
}
.TagClassName
{
border-color: #DD2480;
}
</style>