Shades of Cerise #D0286F
Tints of Cerise #D0286F
RGB
CMYK
RGB Variations
Color information
#D0286F (or 0xD0286F) is known color: Cerise. HEX triplet: D0, 28 and 6F. RGB value is (208,40,111). Sum of RGB (Red+Green+Blue) = 208+40+111=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D0286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0286F is #2FD790. Grayscale: #626262. Windows color (decimal): -3135377 or 7284944. OLE color: 7284944.
HSL color Cylindrical-coordinate representation of color #D0286F: hue angle of 334.64º 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 #D0286F is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 111 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.18 |
| HSL | 334.64º | 0.68% | 0.49% | - |
| HSV(B) | 334.64º | 0.81% | 0.82% | - |
| XYZ | 29.64 | 16.08 | 16.58 | - |
| YUV | 98.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 111 | 0 | 0.81 | 0.47 | 0.18 | 334.64 | 0.68 | 0.49 |
| Hex | D0 | 28 | 6F | 0 | 51 | 2F | 12 | 14F | 44 | 31 |
| Octal | 320 | 50 | 157 | 0 | 121 | 57 | 22 | 517 | 104 | 61 |
| Binary | 11010000 | 101000 | 1101111 | 0 | 1010001 | 101111 | 10010 | 101001111 | 1000100 | 110001 |
Color Harmonies of #D0286F
Complementary color
Monochromatic Colors of #D0286F
Black with #D0286F
Text Example
Text Example
White with #D0286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0286F; }
p { color: rgb(208,40,111); }
H1.HeaderClassName
{
color: #D0286F;
}
.AnyTagClassName
{
color: #D0286F;
}
</style>
background-color css
<style>
a { background-color: #D0286F; }
a { background-color: rgb(208,40,111); }
div.DivClassName
{
background-color: #D0286F;
}
.BgClassName
{
background-color: #D0286F;
}
</style>
border-color css
<style>
span { border-color: #D0286F; }
span { border-color: rgb(208,40,111); }
td.TdClassName
{
border-color: #D0286F;
}
.TagClassName
{
border-color: #D0286F;
}
</style>