Shades of Deep Cerise #DD288C
Tints of Deep Cerise #DD288C
RGB
CMYK
RGB Variations
Color information
#DD288C (or 0xDD288C) is known color: Deep Cerise. HEX triplet: DD, 28 and 8C. RGB value is (221,40,140). Sum of RGB (Red+Green+Blue) = 221+40+140=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD288C is #22D773. Grayscale: #696969. Windows color (decimal): -2283380 or 9185501. OLE color: 9185501.
HSL color Cylindrical-coordinate representation of color #DD288C: hue angle of 326.85º 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 #DD288C is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 140 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.13 |
| HSL | 326.85º | 0.73% | 0.51% | - |
| HSV(B) | 326.85º | 0.82% | 0.87% | - |
| XYZ | 35.31 | 18.78 | 26.58 | - |
| YUV | 105.52 | 147.47 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 140 | 0 | 0.82 | 0.37 | 0.13 | 326.85 | 0.73 | 0.51 |
| Hex | DD | 28 | 8C | 0 | 52 | 25 | D | 147 | 49 | 33 |
| Octal | 335 | 50 | 214 | 0 | 122 | 45 | 15 | 507 | 111 | 63 |
| Binary | 11011101 | 101000 | 10001100 | 0 | 1010010 | 100101 | 1101 | 101000111 | 1001001 | 110011 |
Color Harmonies of #DD288C
Complementary color
Monochromatic Colors of #DD288C
Black with #DD288C
Text Example
Text Example
White with #DD288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD288C; }
p { color: rgb(221,40,140); }
H1.HeaderClassName
{
color: #DD288C;
}
.AnyTagClassName
{
color: #DD288C;
}
</style>
background-color css
<style>
a { background-color: #DD288C; }
a { background-color: rgb(221,40,140); }
div.DivClassName
{
background-color: #DD288C;
}
.BgClassName
{
background-color: #DD288C;
}
</style>
border-color css
<style>
span { border-color: #DD288C; }
span { border-color: rgb(221,40,140); }
td.TdClassName
{
border-color: #DD288C;
}
.TagClassName
{
border-color: #DD288C;
}
</style>