Shades of Deep Cerise #D0298E
Tints of Deep Cerise #D0298E
RGB
CMYK
RGB Variations
Color information
#D0298E (or 0xD0298E) is known color: Deep Cerise. HEX triplet: D0, 29 and 8E. RGB value is (208,41,142). Sum of RGB (Red+Green+Blue) = 208+41+142=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D0298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0298E is #2FD671. Grayscale: #666666. Windows color (decimal): -3135090 or 9316816. OLE color: 9316816.
HSL color Cylindrical-coordinate representation of color #D0298E: hue angle of 323.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0298E is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 142 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.18 |
| HSL | 323.71º | 0.67% | 0.49% | - |
| HSV(B) | 323.71º | 0.8% | 0.82% | - |
| XYZ | 31.69 | 16.95 | 27.19 | - |
| YUV | 102.45 | 150.33 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 142 | 0 | 0.80 | 0.32 | 0.18 | 323.71 | 0.67 | 0.49 |
| Hex | D0 | 29 | 8E | 0 | 50 | 20 | 12 | 144 | 43 | 31 |
| Octal | 320 | 51 | 216 | 0 | 120 | 40 | 22 | 504 | 103 | 61 |
| Binary | 11010000 | 101001 | 10001110 | 0 | 1010000 | 100000 | 10010 | 101000100 | 1000011 | 110001 |
Color Harmonies of #D0298E
Complementary color
Monochromatic Colors of #D0298E
Black with #D0298E
Text Example
Text Example
White with #D0298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0298E; }
p { color: rgb(208,41,142); }
H1.HeaderClassName
{
color: #D0298E;
}
.AnyTagClassName
{
color: #D0298E;
}
</style>
background-color css
<style>
a { background-color: #D0298E; }
a { background-color: rgb(208,41,142); }
div.DivClassName
{
background-color: #D0298E;
}
.BgClassName
{
background-color: #D0298E;
}
</style>
border-color css
<style>
span { border-color: #D0298E; }
span { border-color: rgb(208,41,142); }
td.TdClassName
{
border-color: #D0298E;
}
.TagClassName
{
border-color: #D0298E;
}
</style>