Shades of Deep Cerise #D0287C
Tints of Deep Cerise #D0287C
RGB
CMYK
RGB Variations
Color information
#D0287C (or 0xD0287C) is known color: Deep Cerise. HEX triplet: D0, 28 and 7C. RGB value is (208,40,124). Sum of RGB (Red+Green+Blue) = 208+40+124=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0287C is #2FD783. Grayscale: #636363. Windows color (decimal): -3135364 or 8136912. OLE color: 8136912.
HSL color Cylindrical-coordinate representation of color #D0287C: hue angle of 330º 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 #D0287C is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 124 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.18 |
| HSL | 330º | 0.68% | 0.49% | - |
| HSV(B) | 330º | 0.81% | 0.82% | - |
| XYZ | 30.41 | 16.38 | 20.63 | - |
| YUV | 99.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 124 | 0 | 0.81 | 0.40 | 0.18 | 330 | 0.68 | 0.49 |
| Hex | D0 | 28 | 7C | 0 | 51 | 28 | 12 | 14A | 44 | 31 |
| Octal | 320 | 50 | 174 | 0 | 121 | 50 | 22 | 512 | 104 | 61 |
| Binary | 11010000 | 101000 | 1111100 | 0 | 1010001 | 101000 | 10010 | 101001010 | 1000100 | 110001 |
Color Harmonies of #D0287C
Complementary color
Monochromatic Colors of #D0287C
Black with #D0287C
Text Example
Text Example
White with #D0287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0287C; }
p { color: rgb(208,40,124); }
H1.HeaderClassName
{
color: #D0287C;
}
.AnyTagClassName
{
color: #D0287C;
}
</style>
background-color css
<style>
a { background-color: #D0287C; }
a { background-color: rgb(208,40,124); }
div.DivClassName
{
background-color: #D0287C;
}
.BgClassName
{
background-color: #D0287C;
}
</style>
border-color css
<style>
span { border-color: #D0287C; }
span { border-color: rgb(208,40,124); }
td.TdClassName
{
border-color: #D0287C;
}
.TagClassName
{
border-color: #D0287C;
}
</style>