Shades of Deep Cerise #DD2D80
Tints of Deep Cerise #DD2D80
RGB
CMYK
RGB Variations
Color information
#DD2D80 (or 0xDD2D80) is known color: Deep Cerise. HEX triplet: DD, 2D and 80. RGB value is (221,45,128). Sum of RGB (Red+Green+Blue) = 221+45+128=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2D80 is #22D27F. Grayscale: #6A6A6A. Windows color (decimal): -2282112 or 8400349. OLE color: 8400349.
HSL color Cylindrical-coordinate representation of color #DD2D80: hue angle of 331.7º 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 #DD2D80 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 128 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.13 |
| HSL | 331.7º | 0.72% | 0.52% | - |
| HSV(B) | 331.7º | 0.8% | 0.87% | - |
| XYZ | 34.65 | 18.81 | 22.23 | - |
| YUV | 107.09 | 139.81 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 128 | 0 | 0.80 | 0.42 | 0.13 | 331.7 | 0.72 | 0.52 |
| Hex | DD | 2D | 80 | 0 | 50 | 2A | D | 14C | 48 | 34 |
| Octal | 335 | 55 | 200 | 0 | 120 | 52 | 15 | 514 | 110 | 64 |
| Binary | 11011101 | 101101 | 10000000 | 0 | 1010000 | 101010 | 1101 | 101001100 | 1001000 | 110100 |
Color Harmonies of #DD2D80
Complementary color
Monochromatic Colors of #DD2D80
Black with #DD2D80
Text Example
Text Example
White with #DD2D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D80; }
p { color: rgb(221,45,128); }
H1.HeaderClassName
{
color: #DD2D80;
}
.AnyTagClassName
{
color: #DD2D80;
}
</style>
background-color css
<style>
a { background-color: #DD2D80; }
a { background-color: rgb(221,45,128); }
div.DivClassName
{
background-color: #DD2D80;
}
.BgClassName
{
background-color: #DD2D80;
}
</style>
border-color css
<style>
span { border-color: #DD2D80; }
span { border-color: rgb(221,45,128); }
td.TdClassName
{
border-color: #DD2D80;
}
.TagClassName
{
border-color: #DD2D80;
}
</style>