Shades of Deep Cerise #D0298C
Tints of Deep Cerise #D0298C
RGB
CMYK
RGB Variations
Color information
#D0298C (or 0xD0298C) is known color: Deep Cerise. HEX triplet: D0, 29 and 8C. RGB value is (208,41,140). Sum of RGB (Red+Green+Blue) = 208+41+140=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0298C is #2FD673. Grayscale: #656565. Windows color (decimal): -3135092 or 9185744. OLE color: 9185744.
HSL color Cylindrical-coordinate representation of color #D0298C: hue angle of 324.43º 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 #D0298C is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 140 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.18 |
| HSL | 324.43º | 0.67% | 0.49% | - |
| HSV(B) | 324.43º | 0.8% | 0.82% | - |
| XYZ | 31.54 | 16.89 | 26.41 | - |
| YUV | 102.22 | 149.33 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 140 | 0 | 0.80 | 0.33 | 0.18 | 324.43 | 0.67 | 0.49 |
| Hex | D0 | 29 | 8C | 0 | 50 | 21 | 12 | 144 | 43 | 31 |
| Octal | 320 | 51 | 214 | 0 | 120 | 41 | 22 | 504 | 103 | 61 |
| Binary | 11010000 | 101001 | 10001100 | 0 | 1010000 | 100001 | 10010 | 101000100 | 1000011 | 110001 |
Color Harmonies of #D0298C
Complementary color
Monochromatic Colors of #D0298C
Black with #D0298C
Text Example
Text Example
White with #D0298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0298C; }
p { color: rgb(208,41,140); }
H1.HeaderClassName
{
color: #D0298C;
}
.AnyTagClassName
{
color: #D0298C;
}
</style>
background-color css
<style>
a { background-color: #D0298C; }
a { background-color: rgb(208,41,140); }
div.DivClassName
{
background-color: #D0298C;
}
.BgClassName
{
background-color: #D0298C;
}
</style>
border-color css
<style>
span { border-color: #D0298C; }
span { border-color: rgb(208,41,140); }
td.TdClassName
{
border-color: #D0298C;
}
.TagClassName
{
border-color: #D0298C;
}
</style>