Shades of Cerise #D0286E
Tints of Cerise #D0286E
RGB
CMYK
RGB Variations
Color information
#D0286E (or 0xD0286E) is known color: Cerise. HEX triplet: D0, 28 and 6E. RGB value is (208,40,110). Sum of RGB (Red+Green+Blue) = 208+40+110=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D0286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0286E is #2FD791. Grayscale: #626262. Windows color (decimal): -3135378 or 7219408. OLE color: 7219408.
HSL color Cylindrical-coordinate representation of color #D0286E: hue angle of 335º 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 #D0286E is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 110 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.18 |
| HSL | 335º | 0.68% | 0.49% | - |
| HSV(B) | 335º | 0.81% | 0.82% | - |
| XYZ | 29.59 | 16.05 | 16.29 | - |
| YUV | 98.21 | 134.66 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 110 | 0 | 0.81 | 0.47 | 0.18 | 335 | 0.68 | 0.49 |
| Hex | D0 | 28 | 6E | 0 | 51 | 2F | 12 | 14F | 44 | 31 |
| Octal | 320 | 50 | 156 | 0 | 121 | 57 | 22 | 517 | 104 | 61 |
| Binary | 11010000 | 101000 | 1101110 | 0 | 1010001 | 101111 | 10010 | 101001111 | 1000100 | 110001 |
Color Harmonies of #D0286E
Complementary color
Monochromatic Colors of #D0286E
Black with #D0286E
Text Example
Text Example
White with #D0286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0286E; }
p { color: rgb(208,40,110); }
H1.HeaderClassName
{
color: #D0286E;
}
.AnyTagClassName
{
color: #D0286E;
}
</style>
background-color css
<style>
a { background-color: #D0286E; }
a { background-color: rgb(208,40,110); }
div.DivClassName
{
background-color: #D0286E;
}
.BgClassName
{
background-color: #D0286E;
}
</style>
border-color css
<style>
span { border-color: #D0286E; }
span { border-color: rgb(208,40,110); }
td.TdClassName
{
border-color: #D0286E;
}
.TagClassName
{
border-color: #D0286E;
}
</style>