Shades of Deep Cerise #D03579
Tints of Deep Cerise #D03579
RGB
CMYK
RGB Variations
Color information
#D03579 (or 0xD03579) is known color: Deep Cerise. HEX triplet: D0, 35 and 79. RGB value is (208,53,121). Sum of RGB (Red+Green+Blue) = 208+53+121=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D03579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03579 is #2FCA86. Grayscale: #6A6A6A. Windows color (decimal): -3132039 or 7943632. OLE color: 7943632.
HSL color Cylindrical-coordinate representation of color #D03579: hue angle of 333.68º 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 #D03579 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 121 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.18 |
| HSL | 333.68º | 0.62% | 0.51% | - |
| HSV(B) | 333.68º | 0.75% | 0.82% | - |
| XYZ | 30.74 | 17.34 | 19.82 | - |
| YUV | 107.1 | 135.85 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 121 | 0 | 0.75 | 0.42 | 0.18 | 333.68 | 0.62 | 0.51 |
| Hex | D0 | 35 | 79 | 0 | 4B | 2A | 12 | 14E | 3E | 33 |
| Octal | 320 | 65 | 171 | 0 | 113 | 52 | 22 | 516 | 76 | 63 |
| Binary | 11010000 | 110101 | 1111001 | 0 | 1001011 | 101010 | 10010 | 101001110 | 111110 | 110011 |
Color Harmonies of #D03579
Complementary color
Monochromatic Colors of #D03579
Black with #D03579
Text Example
Text Example
White with #D03579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03579; }
p { color: rgb(208,53,121); }
H1.HeaderClassName
{
color: #D03579;
}
.AnyTagClassName
{
color: #D03579;
}
</style>
background-color css
<style>
a { background-color: #D03579; }
a { background-color: rgb(208,53,121); }
div.DivClassName
{
background-color: #D03579;
}
.BgClassName
{
background-color: #D03579;
}
</style>
border-color css
<style>
span { border-color: #D03579; }
span { border-color: rgb(208,53,121); }
td.TdClassName
{
border-color: #D03579;
}
.TagClassName
{
border-color: #D03579;
}
</style>