Shades of Deep Cerise #D03098
Tints of Deep Cerise #D03098
RGB
CMYK
RGB Variations
Color information
#D03098 (or 0xD03098) is known color: Deep Cerise. HEX triplet: D0, 30 and 98. RGB value is (208,48,152). Sum of RGB (Red+Green+Blue) = 208+48+152=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D03098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03098 is #2FCF67. Grayscale: #6B6B6B. Windows color (decimal): -3133288 or 9973968. OLE color: 9973968.
HSL color Cylindrical-coordinate representation of color #D03098: hue angle of 321º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03098 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 152 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.18 |
| HSL | 321º | 0.63% | 0.5% | - |
| HSV(B) | 321º | 0.77% | 0.82% | - |
| XYZ | 32.74 | 17.79 | 31.41 | - |
| YUV | 107.7 | 153.01 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 152 | 0 | 0.77 | 0.27 | 0.18 | 321 | 0.63 | 0.5 |
| Hex | D0 | 30 | 98 | 0 | 4D | 1B | 12 | 141 | 3F | 32 |
| Octal | 320 | 60 | 230 | 0 | 115 | 33 | 22 | 501 | 77 | 62 |
| Binary | 11010000 | 110000 | 10011000 | 0 | 1001101 | 11011 | 10010 | 101000001 | 111111 | 110010 |
Color Harmonies of #D03098
Complementary color
Monochromatic Colors of #D03098
Black with #D03098
Text Example
Text Example
White with #D03098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03098; }
p { color: rgb(208,48,152); }
H1.HeaderClassName
{
color: #D03098;
}
.AnyTagClassName
{
color: #D03098;
}
</style>
background-color css
<style>
a { background-color: #D03098; }
a { background-color: rgb(208,48,152); }
div.DivClassName
{
background-color: #D03098;
}
.BgClassName
{
background-color: #D03098;
}
</style>
border-color css
<style>
span { border-color: #D03098; }
span { border-color: rgb(208,48,152); }
td.TdClassName
{
border-color: #D03098;
}
.TagClassName
{
border-color: #D03098;
}
</style>