Shades of Deep Cerise #D0288F
Tints of Deep Cerise #D0288F
RGB
CMYK
RGB Variations
Color information
#D0288F (or 0xD0288F) is known color: Deep Cerise. HEX triplet: D0, 28 and 8F. RGB value is (208,40,143). Sum of RGB (Red+Green+Blue) = 208+40+143=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D0288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0288F is #2FD770. Grayscale: #656565. Windows color (decimal): -3135345 or 9382096. OLE color: 9382096.
HSL color Cylindrical-coordinate representation of color #D0288F: hue angle of 323.21º 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 #D0288F is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 143 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.18 |
| HSL | 323.21º | 0.68% | 0.49% | - |
| HSV(B) | 323.21º | 0.81% | 0.82% | - |
| XYZ | 31.73 | 16.91 | 27.58 | - |
| YUV | 101.97 | 151.16 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 143 | 0 | 0.81 | 0.31 | 0.18 | 323.21 | 0.68 | 0.49 |
| Hex | D0 | 28 | 8F | 0 | 51 | 1F | 12 | 143 | 44 | 31 |
| Octal | 320 | 50 | 217 | 0 | 121 | 37 | 22 | 503 | 104 | 61 |
| Binary | 11010000 | 101000 | 10001111 | 0 | 1010001 | 11111 | 10010 | 101000011 | 1000100 | 110001 |
Color Harmonies of #D0288F
Complementary color
Monochromatic Colors of #D0288F
Black with #D0288F
Text Example
Text Example
White with #D0288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0288F; }
p { color: rgb(208,40,143); }
H1.HeaderClassName
{
color: #D0288F;
}
.AnyTagClassName
{
color: #D0288F;
}
</style>
background-color css
<style>
a { background-color: #D0288F; }
a { background-color: rgb(208,40,143); }
div.DivClassName
{
background-color: #D0288F;
}
.BgClassName
{
background-color: #D0288F;
}
</style>
border-color css
<style>
span { border-color: #D0288F; }
span { border-color: rgb(208,40,143); }
td.TdClassName
{
border-color: #D0288F;
}
.TagClassName
{
border-color: #D0288F;
}
</style>