Shades of Deep Cerise #DD287B
Tints of Deep Cerise #DD287B
RGB
CMYK
RGB Variations
Color information
#DD287B (or 0xDD287B) is known color: Deep Cerise. HEX triplet: DD, 28 and 7B. RGB value is (221,40,123). Sum of RGB (Red+Green+Blue) = 221+40+123=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD287B is #22D784. Grayscale: #676767. Windows color (decimal): -2283397 or 8071389. OLE color: 8071389.
HSL color Cylindrical-coordinate representation of color #DD287B: hue angle of 332.49º 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 #DD287B is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 123 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.13 |
| HSL | 332.49º | 0.73% | 0.51% | - |
| HSV(B) | 332.49º | 0.82% | 0.87% | - |
| XYZ | 34.15 | 18.32 | 20.47 | - |
| YUV | 103.58 | 138.97 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 123 | 0 | 0.82 | 0.44 | 0.13 | 332.49 | 0.73 | 0.51 |
| Hex | DD | 28 | 7B | 0 | 52 | 2C | D | 14C | 49 | 33 |
| Octal | 335 | 50 | 173 | 0 | 122 | 54 | 15 | 514 | 111 | 63 |
| Binary | 11011101 | 101000 | 1111011 | 0 | 1010010 | 101100 | 1101 | 101001100 | 1001001 | 110011 |
Color Harmonies of #DD287B
Complementary color
Monochromatic Colors of #DD287B
Black with #DD287B
Text Example
Text Example
White with #DD287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD287B; }
p { color: rgb(221,40,123); }
H1.HeaderClassName
{
color: #DD287B;
}
.AnyTagClassName
{
color: #DD287B;
}
</style>
background-color css
<style>
a { background-color: #DD287B; }
a { background-color: rgb(221,40,123); }
div.DivClassName
{
background-color: #DD287B;
}
.BgClassName
{
background-color: #DD287B;
}
</style>
border-color css
<style>
span { border-color: #DD287B; }
span { border-color: rgb(221,40,123); }
td.TdClassName
{
border-color: #DD287B;
}
.TagClassName
{
border-color: #DD287B;
}
</style>