Shades of Deep Cerise #DD28A0
Tints of Deep Cerise #DD28A0
RGB
CMYK
RGB Variations
Color information
#DD28A0 (or 0xDD28A0) is known color: Deep Cerise. HEX triplet: DD, 28 and A0. RGB value is (221,40,160). Sum of RGB (Red+Green+Blue) = 221+40+160=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD28A0 is #22D75F. Grayscale: #6B6B6B. Windows color (decimal): -2283360 or 10496221. OLE color: 10496221.
HSL color Cylindrical-coordinate representation of color #DD28A0: hue angle of 320.22º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD28A0 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 160 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.13 |
| HSL | 320.22º | 0.73% | 0.51% | - |
| HSV(B) | 320.22º | 0.82% | 0.87% | - |
| XYZ | 36.92 | 19.43 | 35.06 | - |
| YUV | 107.8 | 157.47 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 160 | 0 | 0.82 | 0.28 | 0.13 | 320.22 | 0.73 | 0.51 |
| Hex | DD | 28 | A0 | 0 | 52 | 1C | D | 140 | 49 | 33 |
| Octal | 335 | 50 | 240 | 0 | 122 | 34 | 15 | 500 | 111 | 63 |
| Binary | 11011101 | 101000 | 10100000 | 0 | 1010010 | 11100 | 1101 | 101000000 | 1001001 | 110011 |
Color Harmonies of #DD28A0
Complementary color
Monochromatic Colors of #DD28A0
Black with #DD28A0
Text Example
Text Example
White with #DD28A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28A0; }
p { color: rgb(221,40,160); }
H1.HeaderClassName
{
color: #DD28A0;
}
.AnyTagClassName
{
color: #DD28A0;
}
</style>
background-color css
<style>
a { background-color: #DD28A0; }
a { background-color: rgb(221,40,160); }
div.DivClassName
{
background-color: #DD28A0;
}
.BgClassName
{
background-color: #DD28A0;
}
</style>
border-color css
<style>
span { border-color: #DD28A0; }
span { border-color: rgb(221,40,160); }
td.TdClassName
{
border-color: #DD28A0;
}
.TagClassName
{
border-color: #DD28A0;
}
</style>