Shades of Deep Cerise #DD2381
Tints of Deep Cerise #DD2381
RGB
CMYK
RGB Variations
Color information
#DD2381 (or 0xDD2381) is known color: Deep Cerise. HEX triplet: DD, 23 and 81. RGB value is (221,35,129). Sum of RGB (Red+Green+Blue) = 221+35+129=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2381 is #22DC7E. Grayscale: #656565. Windows color (decimal): -2284671 or 8463325. OLE color: 8463325.
HSL color Cylindrical-coordinate representation of color #DD2381: hue angle of 329.68º 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 #DD2381 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 129 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.13 |
| HSL | 329.68º | 0.73% | 0.5% | - |
| HSV(B) | 329.68º | 0.84% | 0.87% | - |
| XYZ | 34.38 | 18.16 | 22.46 | - |
| YUV | 101.33 | 143.62 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 129 | 0 | 0.84 | 0.42 | 0.13 | 329.68 | 0.73 | 0.5 |
| Hex | DD | 23 | 81 | 0 | 54 | 2A | D | 14A | 49 | 32 |
| Octal | 335 | 43 | 201 | 0 | 124 | 52 | 15 | 512 | 111 | 62 |
| Binary | 11011101 | 100011 | 10000001 | 0 | 1010100 | 101010 | 1101 | 101001010 | 1001001 | 110010 |
Color Harmonies of #DD2381
Complementary color
Monochromatic Colors of #DD2381
Black with #DD2381
Text Example
Text Example
White with #DD2381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2381; }
p { color: rgb(221,35,129); }
H1.HeaderClassName
{
color: #DD2381;
}
.AnyTagClassName
{
color: #DD2381;
}
</style>
background-color css
<style>
a { background-color: #DD2381; }
a { background-color: rgb(221,35,129); }
div.DivClassName
{
background-color: #DD2381;
}
.BgClassName
{
background-color: #DD2381;
}
</style>
border-color css
<style>
span { border-color: #DD2381; }
span { border-color: rgb(221,35,129); }
td.TdClassName
{
border-color: #DD2381;
}
.TagClassName
{
border-color: #DD2381;
}
</style>