Shades of Deep Cerise #D2287C
Tints of Deep Cerise #D2287C
RGB
CMYK
RGB Variations
Color information
#D2287C (or 0xD2287C) is known color: Deep Cerise. HEX triplet: D2, 28 and 7C. RGB value is (210,40,124). Sum of RGB (Red+Green+Blue) = 210+40+124=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2287C is #2DD783. Grayscale: #646464. Windows color (decimal): -3004292 or 8136914. OLE color: 8136914.
HSL color Cylindrical-coordinate representation of color #D2287C: hue angle of 330.35º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2287C is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 124 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.18 |
| HSL | 330.35º | 0.68% | 0.49% | - |
| HSV(B) | 330.35º | 0.81% | 0.82% | - |
| XYZ | 30.98 | 16.67 | 20.65 | - |
| YUV | 100.41 | 141.32 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 124 | 0 | 0.81 | 0.41 | 0.18 | 330.35 | 0.68 | 0.49 |
| Hex | D2 | 28 | 7C | 0 | 51 | 29 | 12 | 14A | 44 | 31 |
| Octal | 322 | 50 | 174 | 0 | 121 | 51 | 22 | 512 | 104 | 61 |
| Binary | 11010010 | 101000 | 1111100 | 0 | 1010001 | 101001 | 10010 | 101001010 | 1000100 | 110001 |
Color Harmonies of #D2287C
Complementary color
Monochromatic Colors of #D2287C
Black with #D2287C
Text Example
Text Example
White with #D2287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2287C; }
p { color: rgb(210,40,124); }
H1.HeaderClassName
{
color: #D2287C;
}
.AnyTagClassName
{
color: #D2287C;
}
</style>
background-color css
<style>
a { background-color: #D2287C; }
a { background-color: rgb(210,40,124); }
div.DivClassName
{
background-color: #D2287C;
}
.BgClassName
{
background-color: #D2287C;
}
</style>
border-color css
<style>
span { border-color: #D2287C; }
span { border-color: rgb(210,40,124); }
td.TdClassName
{
border-color: #D2287C;
}
.TagClassName
{
border-color: #D2287C;
}
</style>