Shades of Deep Cerise #D03590
Tints of Deep Cerise #D03590
RGB
CMYK
RGB Variations
Color information
#D03590 (or 0xD03590) is known color: Deep Cerise. HEX triplet: D0, 35 and 90. RGB value is (208,53,144). Sum of RGB (Red+Green+Blue) = 208+53+144=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D03590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03590 is #2FCA6F. Grayscale: #6D6D6D. Windows color (decimal): -3132016 or 9450960. OLE color: 9450960.
HSL color Cylindrical-coordinate representation of color #D03590: hue angle of 324.77º 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 #D03590 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 144 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.18 |
| HSL | 324.77º | 0.62% | 0.51% | - |
| HSV(B) | 324.77º | 0.75% | 0.82% | - |
| XYZ | 32.32 | 17.97 | 28.15 | - |
| YUV | 109.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 144 | 0 | 0.75 | 0.31 | 0.18 | 324.77 | 0.62 | 0.51 |
| Hex | D0 | 35 | 90 | 0 | 4B | 1F | 12 | 145 | 3E | 33 |
| Octal | 320 | 65 | 220 | 0 | 113 | 37 | 22 | 505 | 76 | 63 |
| Binary | 11010000 | 110101 | 10010000 | 0 | 1001011 | 11111 | 10010 | 101000101 | 111110 | 110011 |
Color Harmonies of #D03590
Complementary color
Monochromatic Colors of #D03590
Black with #D03590
Text Example
Text Example
White with #D03590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03590; }
p { color: rgb(208,53,144); }
H1.HeaderClassName
{
color: #D03590;
}
.AnyTagClassName
{
color: #D03590;
}
</style>
background-color css
<style>
a { background-color: #D03590; }
a { background-color: rgb(208,53,144); }
div.DivClassName
{
background-color: #D03590;
}
.BgClassName
{
background-color: #D03590;
}
</style>
border-color css
<style>
span { border-color: #D03590; }
span { border-color: rgb(208,53,144); }
td.TdClassName
{
border-color: #D03590;
}
.TagClassName
{
border-color: #D03590;
}
</style>