Shades of Deep Cerise #DD288F
Tints of Deep Cerise #DD288F
RGB
CMYK
RGB Variations
Color information
#DD288F (or 0xDD288F) is known color: Deep Cerise. HEX triplet: DD, 28 and 8F. RGB value is (221,40,143). Sum of RGB (Red+Green+Blue) = 221+40+143=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD288F is #22D770. Grayscale: #696969. Windows color (decimal): -2283377 or 9382109. OLE color: 9382109.
HSL color Cylindrical-coordinate representation of color #DD288F: hue angle of 325.86º 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 #DD288F is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 143 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.13 |
| HSL | 325.86º | 0.73% | 0.51% | - |
| HSV(B) | 325.86º | 0.82% | 0.87% | - |
| XYZ | 35.54 | 18.87 | 27.76 | - |
| YUV | 105.86 | 148.97 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 143 | 0 | 0.82 | 0.35 | 0.13 | 325.86 | 0.73 | 0.51 |
| Hex | DD | 28 | 8F | 0 | 52 | 23 | D | 146 | 49 | 33 |
| Octal | 335 | 50 | 217 | 0 | 122 | 43 | 15 | 506 | 111 | 63 |
| Binary | 11011101 | 101000 | 10001111 | 0 | 1010010 | 100011 | 1101 | 101000110 | 1001001 | 110011 |
Color Harmonies of #DD288F
Complementary color
Monochromatic Colors of #DD288F
Black with #DD288F
Text Example
Text Example
White with #DD288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD288F; }
p { color: rgb(221,40,143); }
H1.HeaderClassName
{
color: #DD288F;
}
.AnyTagClassName
{
color: #DD288F;
}
</style>
background-color css
<style>
a { background-color: #DD288F; }
a { background-color: rgb(221,40,143); }
div.DivClassName
{
background-color: #DD288F;
}
.BgClassName
{
background-color: #DD288F;
}
</style>
border-color css
<style>
span { border-color: #DD288F; }
span { border-color: rgb(221,40,143); }
td.TdClassName
{
border-color: #DD288F;
}
.TagClassName
{
border-color: #DD288F;
}
</style>