Shades of Deep Cerise #D03396
Tints of Deep Cerise #D03396
RGB
CMYK
RGB Variations
Color information
#D03396 (or 0xD03396) is known color: Deep Cerise. HEX triplet: D0, 33 and 96. RGB value is (208,51,150). Sum of RGB (Red+Green+Blue) = 208+51+150=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D03396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03396 is #2FCC69. Grayscale: #6C6C6C. Windows color (decimal): -3132522 or 9843664. OLE color: 9843664.
HSL color Cylindrical-coordinate representation of color #D03396: hue angle of 322.17º 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 #D03396 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 150 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.18 |
| HSL | 322.17º | 0.63% | 0.51% | - |
| HSV(B) | 322.17º | 0.75% | 0.82% | - |
| XYZ | 32.7 | 17.98 | 30.6 | - |
| YUV | 109.23 | 151.01 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 150 | 0 | 0.75 | 0.28 | 0.18 | 322.17 | 0.63 | 0.51 |
| Hex | D0 | 33 | 96 | 0 | 4B | 1C | 12 | 142 | 3F | 33 |
| Octal | 320 | 63 | 226 | 0 | 113 | 34 | 22 | 502 | 77 | 63 |
| Binary | 11010000 | 110011 | 10010110 | 0 | 1001011 | 11100 | 10010 | 101000010 | 111111 | 110011 |
Color Harmonies of #D03396
Complementary color
Monochromatic Colors of #D03396
Black with #D03396
Text Example
Text Example
White with #D03396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03396; }
p { color: rgb(208,51,150); }
H1.HeaderClassName
{
color: #D03396;
}
.AnyTagClassName
{
color: #D03396;
}
</style>
background-color css
<style>
a { background-color: #D03396; }
a { background-color: rgb(208,51,150); }
div.DivClassName
{
background-color: #D03396;
}
.BgClassName
{
background-color: #D03396;
}
</style>
border-color css
<style>
span { border-color: #D03396; }
span { border-color: rgb(208,51,150); }
td.TdClassName
{
border-color: #D03396;
}
.TagClassName
{
border-color: #D03396;
}
</style>