Shades of Deep Cerise #D0287E
Tints of Deep Cerise #D0287E
RGB
CMYK
RGB Variations
Color information
#D0287E (or 0xD0287E) is known color: Deep Cerise. HEX triplet: D0, 28 and 7E. RGB value is (208,40,126). Sum of RGB (Red+Green+Blue) = 208+40+126=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0287E is #2FD781. Grayscale: #636363. Windows color (decimal): -3135362 or 8267984. OLE color: 8267984.
HSL color Cylindrical-coordinate representation of color #D0287E: hue angle of 329.29º 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 #D0287E is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 126 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.18 |
| HSL | 329.29º | 0.68% | 0.49% | - |
| HSV(B) | 329.29º | 0.81% | 0.82% | - |
| XYZ | 30.54 | 16.43 | 21.3 | - |
| YUV | 100.04 | 142.66 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 126 | 0 | 0.81 | 0.39 | 0.18 | 329.29 | 0.68 | 0.49 |
| Hex | D0 | 28 | 7E | 0 | 51 | 27 | 12 | 149 | 44 | 31 |
| Octal | 320 | 50 | 176 | 0 | 121 | 47 | 22 | 511 | 104 | 61 |
| Binary | 11010000 | 101000 | 1111110 | 0 | 1010001 | 100111 | 10010 | 101001001 | 1000100 | 110001 |
Color Harmonies of #D0287E
Complementary color
Monochromatic Colors of #D0287E
Black with #D0287E
Text Example
Text Example
White with #D0287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0287E; }
p { color: rgb(208,40,126); }
H1.HeaderClassName
{
color: #D0287E;
}
.AnyTagClassName
{
color: #D0287E;
}
</style>
background-color css
<style>
a { background-color: #D0287E; }
a { background-color: rgb(208,40,126); }
div.DivClassName
{
background-color: #D0287E;
}
.BgClassName
{
background-color: #D0287E;
}
</style>
border-color css
<style>
span { border-color: #D0287E; }
span { border-color: rgb(208,40,126); }
td.TdClassName
{
border-color: #D0287E;
}
.TagClassName
{
border-color: #D0287E;
}
</style>