Shades of Deep Cerise #DD288A
Tints of Deep Cerise #DD288A
RGB
CMYK
RGB Variations
Color information
#DD288A (or 0xDD288A) is known color: Deep Cerise. HEX triplet: DD, 28 and 8A. RGB value is (221,40,138). Sum of RGB (Red+Green+Blue) = 221+40+138=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD288A is #22D775. Grayscale: #696969. Windows color (decimal): -2283382 or 9054429. OLE color: 9054429.
HSL color Cylindrical-coordinate representation of color #DD288A: hue angle of 327.51º 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 #DD288A is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 138 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.13 |
| HSL | 327.51º | 0.73% | 0.51% | - |
| HSV(B) | 327.51º | 0.82% | 0.87% | - |
| XYZ | 35.17 | 18.72 | 25.81 | - |
| YUV | 105.29 | 146.47 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 138 | 0 | 0.82 | 0.38 | 0.13 | 327.51 | 0.73 | 0.51 |
| Hex | DD | 28 | 8A | 0 | 52 | 26 | D | 148 | 49 | 33 |
| Octal | 335 | 50 | 212 | 0 | 122 | 46 | 15 | 510 | 111 | 63 |
| Binary | 11011101 | 101000 | 10001010 | 0 | 1010010 | 100110 | 1101 | 101001000 | 1001001 | 110011 |
Color Harmonies of #DD288A
Complementary color
Monochromatic Colors of #DD288A
Black with #DD288A
Text Example
Text Example
White with #DD288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD288A; }
p { color: rgb(221,40,138); }
H1.HeaderClassName
{
color: #DD288A;
}
.AnyTagClassName
{
color: #DD288A;
}
</style>
background-color css
<style>
a { background-color: #DD288A; }
a { background-color: rgb(221,40,138); }
div.DivClassName
{
background-color: #DD288A;
}
.BgClassName
{
background-color: #DD288A;
}
</style>
border-color css
<style>
span { border-color: #DD288A; }
span { border-color: rgb(221,40,138); }
td.TdClassName
{
border-color: #DD288A;
}
.TagClassName
{
border-color: #DD288A;
}
</style>