Shades of Deep Cerise #D03497
Tints of Deep Cerise #D03497
RGB
CMYK
RGB Variations
Color information
#D03497 (or 0xD03497) is known color: Deep Cerise. HEX triplet: D0, 34 and 97. RGB value is (208,52,151). Sum of RGB (Red+Green+Blue) = 208+52+151=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D03497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03497 is #2FCB68. Grayscale: #6D6D6D. Windows color (decimal): -3132265 or 9909456. OLE color: 9909456.
HSL color Cylindrical-coordinate representation of color #D03497: hue angle of 321.92º 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 #D03497 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 151 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.18 |
| HSL | 321.92º | 0.62% | 0.51% | - |
| HSV(B) | 321.92º | 0.75% | 0.82% | - |
| XYZ | 32.83 | 18.1 | 31.04 | - |
| YUV | 109.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 151 | 0 | 0.75 | 0.27 | 0.18 | 321.92 | 0.62 | 0.51 |
| Hex | D0 | 34 | 97 | 0 | 4B | 1B | 12 | 142 | 3E | 33 |
| Octal | 320 | 64 | 227 | 0 | 113 | 33 | 22 | 502 | 76 | 63 |
| Binary | 11010000 | 110100 | 10010111 | 0 | 1001011 | 11011 | 10010 | 101000010 | 111110 | 110011 |
Color Harmonies of #D03497
Complementary color
Monochromatic Colors of #D03497
Black with #D03497
Text Example
Text Example
White with #D03497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03497; }
p { color: rgb(208,52,151); }
H1.HeaderClassName
{
color: #D03497;
}
.AnyTagClassName
{
color: #D03497;
}
</style>
background-color css
<style>
a { background-color: #D03497; }
a { background-color: rgb(208,52,151); }
div.DivClassName
{
background-color: #D03497;
}
.BgClassName
{
background-color: #D03497;
}
</style>
border-color css
<style>
span { border-color: #D03497; }
span { border-color: rgb(208,52,151); }
td.TdClassName
{
border-color: #D03497;
}
.TagClassName
{
border-color: #D03497;
}
</style>