Shades of Deep Cerise #D03394
Tints of Deep Cerise #D03394
RGB
CMYK
RGB Variations
Color information
#D03394 (or 0xD03394) is known color: Deep Cerise. HEX triplet: D0, 33 and 94. RGB value is (208,51,148). Sum of RGB (Red+Green+Blue) = 208+51+148=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D03394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03394 is #2FCC6B. Grayscale: #6C6C6C. Windows color (decimal): -3132524 or 9712592. OLE color: 9712592.
HSL color Cylindrical-coordinate representation of color #D03394: hue angle of 322.93º 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 #D03394 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 148 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.18 |
| HSL | 322.93º | 0.63% | 0.51% | - |
| HSV(B) | 322.93º | 0.75% | 0.82% | - |
| XYZ | 32.54 | 17.92 | 29.76 | - |
| YUV | 109 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 148 | 0 | 0.75 | 0.29 | 0.18 | 322.93 | 0.63 | 0.51 |
| Hex | D0 | 33 | 94 | 0 | 4B | 1D | 12 | 143 | 3F | 33 |
| Octal | 320 | 63 | 224 | 0 | 113 | 35 | 22 | 503 | 77 | 63 |
| Binary | 11010000 | 110011 | 10010100 | 0 | 1001011 | 11101 | 10010 | 101000011 | 111111 | 110011 |
Color Harmonies of #D03394
Complementary color
Monochromatic Colors of #D03394
Black with #D03394
Text Example
Text Example
White with #D03394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03394; }
p { color: rgb(208,51,148); }
H1.HeaderClassName
{
color: #D03394;
}
.AnyTagClassName
{
color: #D03394;
}
</style>
background-color css
<style>
a { background-color: #D03394; }
a { background-color: rgb(208,51,148); }
div.DivClassName
{
background-color: #D03394;
}
.BgClassName
{
background-color: #D03394;
}
</style>
border-color css
<style>
span { border-color: #D03394; }
span { border-color: rgb(208,51,148); }
td.TdClassName
{
border-color: #D03394;
}
.TagClassName
{
border-color: #D03394;
}
</style>