Shades of Deep Cerise #D03398
Tints of Deep Cerise #D03398
RGB
CMYK
RGB Variations
Color information
#D03398 (or 0xD03398) is known color: Deep Cerise. HEX triplet: D0, 33 and 98. RGB value is (208,51,152). Sum of RGB (Red+Green+Blue) = 208+51+152=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D03398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03398 is #2FCC67. Grayscale: #6D6D6D. Windows color (decimal): -3132520 or 9974736. OLE color: 9974736.
HSL color Cylindrical-coordinate representation of color #D03398: hue angle of 321.4º degrees, saturation: 0.63, 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 #D03398 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 152 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.18 |
| HSL | 321.4º | 0.63% | 0.51% | - |
| HSV(B) | 321.4º | 0.75% | 0.82% | - |
| XYZ | 32.86 | 18.04 | 31.46 | - |
| YUV | 109.46 | 152.01 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 152 | 0 | 0.75 | 0.27 | 0.18 | 321.4 | 0.63 | 0.51 |
| Hex | D0 | 33 | 98 | 0 | 4B | 1B | 12 | 141 | 3F | 33 |
| Octal | 320 | 63 | 230 | 0 | 113 | 33 | 22 | 501 | 77 | 63 |
| Binary | 11010000 | 110011 | 10011000 | 0 | 1001011 | 11011 | 10010 | 101000001 | 111111 | 110011 |
Color Harmonies of #D03398
Complementary color
Monochromatic Colors of #D03398
Black with #D03398
Text Example
Text Example
White with #D03398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03398; }
p { color: rgb(208,51,152); }
H1.HeaderClassName
{
color: #D03398;
}
.AnyTagClassName
{
color: #D03398;
}
</style>
background-color css
<style>
a { background-color: #D03398; }
a { background-color: rgb(208,51,152); }
div.DivClassName
{
background-color: #D03398;
}
.BgClassName
{
background-color: #D03398;
}
</style>
border-color css
<style>
span { border-color: #D03398; }
span { border-color: rgb(208,51,152); }
td.TdClassName
{
border-color: #D03398;
}
.TagClassName
{
border-color: #D03398;
}
</style>