Shades of Deep Cerise #D03598
Tints of Deep Cerise #D03598
RGB
CMYK
RGB Variations
Color information
#D03598 (or 0xD03598) is known color: Deep Cerise. HEX triplet: D0, 35 and 98. RGB value is (208,53,152). Sum of RGB (Red+Green+Blue) = 208+53+152=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D03598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03598 is #2FCA67. Grayscale: #6E6E6E. Windows color (decimal): -3132008 or 9975248. OLE color: 9975248.
HSL color Cylindrical-coordinate representation of color #D03598: hue angle of 321.68º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03598 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 152 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.18 |
| HSL | 321.68º | 0.62% | 0.51% | - |
| HSV(B) | 321.68º | 0.75% | 0.82% | - |
| XYZ | 32.95 | 18.22 | 31.49 | - |
| YUV | 110.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 152 | 0 | 0.75 | 0.27 | 0.18 | 321.68 | 0.62 | 0.51 |
| Hex | D0 | 35 | 98 | 0 | 4B | 1B | 12 | 142 | 3E | 33 |
| Octal | 320 | 65 | 230 | 0 | 113 | 33 | 22 | 502 | 76 | 63 |
| Binary | 11010000 | 110101 | 10011000 | 0 | 1001011 | 11011 | 10010 | 101000010 | 111110 | 110011 |
Color Harmonies of #D03598
Complementary color
Monochromatic Colors of #D03598
Black with #D03598
Text Example
Text Example
White with #D03598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03598; }
p { color: rgb(208,53,152); }
H1.HeaderClassName
{
color: #D03598;
}
.AnyTagClassName
{
color: #D03598;
}
</style>
background-color css
<style>
a { background-color: #D03598; }
a { background-color: rgb(208,53,152); }
div.DivClassName
{
background-color: #D03598;
}
.BgClassName
{
background-color: #D03598;
}
</style>
border-color css
<style>
span { border-color: #D03598; }
span { border-color: rgb(208,53,152); }
td.TdClassName
{
border-color: #D03598;
}
.TagClassName
{
border-color: #D03598;
}
</style>