Shades of Deep Cerise #DD287C
Tints of Deep Cerise #DD287C
RGB
CMYK
RGB Variations
Color information
#DD287C (or 0xDD287C) is known color: Deep Cerise. HEX triplet: DD, 28 and 7C. RGB value is (221,40,124). Sum of RGB (Red+Green+Blue) = 221+40+124=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD287C is #22D783. Grayscale: #676767. Windows color (decimal): -2283396 or 8136925. OLE color: 8136925.
HSL color Cylindrical-coordinate representation of color #DD287C: hue angle of 332.15º 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 #DD287C is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 124 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.13 |
| HSL | 332.15º | 0.73% | 0.51% | - |
| HSV(B) | 332.15º | 0.82% | 0.87% | - |
| XYZ | 34.22 | 18.34 | 20.81 | - |
| YUV | 103.7 | 139.47 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 124 | 0 | 0.82 | 0.44 | 0.13 | 332.15 | 0.73 | 0.51 |
| Hex | DD | 28 | 7C | 0 | 52 | 2C | D | 14C | 49 | 33 |
| Octal | 335 | 50 | 174 | 0 | 122 | 54 | 15 | 514 | 111 | 63 |
| Binary | 11011101 | 101000 | 1111100 | 0 | 1010010 | 101100 | 1101 | 101001100 | 1001001 | 110011 |
Color Harmonies of #DD287C
Complementary color
Monochromatic Colors of #DD287C
Black with #DD287C
Text Example
Text Example
White with #DD287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD287C; }
p { color: rgb(221,40,124); }
H1.HeaderClassName
{
color: #DD287C;
}
.AnyTagClassName
{
color: #DD287C;
}
</style>
background-color css
<style>
a { background-color: #DD287C; }
a { background-color: rgb(221,40,124); }
div.DivClassName
{
background-color: #DD287C;
}
.BgClassName
{
background-color: #DD287C;
}
</style>
border-color css
<style>
span { border-color: #DD287C; }
span { border-color: rgb(221,40,124); }
td.TdClassName
{
border-color: #DD287C;
}
.TagClassName
{
border-color: #DD287C;
}
</style>