Shades of Deep Cerise #D03294
Tints of Deep Cerise #D03294
RGB
CMYK
RGB Variations
Color information
#D03294 (or 0xD03294) is known color: Deep Cerise. HEX triplet: D0, 32 and 94. RGB value is (208,50,148). Sum of RGB (Red+Green+Blue) = 208+50+148=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D03294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03294 is #2FCD6B. Grayscale: #6C6C6C. Windows color (decimal): -3132780 or 9712336. OLE color: 9712336.
HSL color Cylindrical-coordinate representation of color #D03294: hue angle of 322.78º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03294 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 148 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.18 |
| HSL | 322.78º | 0.63% | 0.51% | - |
| HSV(B) | 322.78º | 0.76% | 0.82% | - |
| XYZ | 32.5 | 17.83 | 29.75 | - |
| YUV | 108.41 | 150.35 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 148 | 0 | 0.76 | 0.29 | 0.18 | 322.78 | 0.63 | 0.51 |
| Hex | D0 | 32 | 94 | 0 | 4C | 1D | 12 | 143 | 3F | 33 |
| Octal | 320 | 62 | 224 | 0 | 114 | 35 | 22 | 503 | 77 | 63 |
| Binary | 11010000 | 110010 | 10010100 | 0 | 1001100 | 11101 | 10010 | 101000011 | 111111 | 110011 |
Color Harmonies of #D03294
Complementary color
Monochromatic Colors of #D03294
Black with #D03294
Text Example
Text Example
White with #D03294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03294; }
p { color: rgb(208,50,148); }
H1.HeaderClassName
{
color: #D03294;
}
.AnyTagClassName
{
color: #D03294;
}
</style>
background-color css
<style>
a { background-color: #D03294; }
a { background-color: rgb(208,50,148); }
div.DivClassName
{
background-color: #D03294;
}
.BgClassName
{
background-color: #D03294;
}
</style>
border-color css
<style>
span { border-color: #D03294; }
span { border-color: rgb(208,50,148); }
td.TdClassName
{
border-color: #D03294;
}
.TagClassName
{
border-color: #D03294;
}
</style>