Shades of Deep Cerise #D03585
Tints of Deep Cerise #D03585
RGB
CMYK
RGB Variations
Color information
#D03585 (or 0xD03585) is known color: Deep Cerise. HEX triplet: D0, 35 and 85. RGB value is (208,53,133). Sum of RGB (Red+Green+Blue) = 208+53+133=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D03585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03585 is #2FCA7A. Grayscale: #6C6C6C. Windows color (decimal): -3132027 or 8730064. OLE color: 8730064.
HSL color Cylindrical-coordinate representation of color #D03585: hue angle of 329.03º 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 #D03585 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 133 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.18 |
| HSL | 329.03º | 0.62% | 0.51% | - |
| HSV(B) | 329.03º | 0.75% | 0.82% | - |
| XYZ | 31.52 | 17.65 | 23.94 | - |
| YUV | 108.47 | 141.85 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 133 | 0 | 0.75 | 0.36 | 0.18 | 329.03 | 0.62 | 0.51 |
| Hex | D0 | 35 | 85 | 0 | 4B | 24 | 12 | 149 | 3E | 33 |
| Octal | 320 | 65 | 205 | 0 | 113 | 44 | 22 | 511 | 76 | 63 |
| Binary | 11010000 | 110101 | 10000101 | 0 | 1001011 | 100100 | 10010 | 101001001 | 111110 | 110011 |
Color Harmonies of #D03585
Complementary color
Monochromatic Colors of #D03585
Black with #D03585
Text Example
Text Example
White with #D03585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03585; }
p { color: rgb(208,53,133); }
H1.HeaderClassName
{
color: #D03585;
}
.AnyTagClassName
{
color: #D03585;
}
</style>
background-color css
<style>
a { background-color: #D03585; }
a { background-color: rgb(208,53,133); }
div.DivClassName
{
background-color: #D03585;
}
.BgClassName
{
background-color: #D03585;
}
</style>
border-color css
<style>
span { border-color: #D03585; }
span { border-color: rgb(208,53,133); }
td.TdClassName
{
border-color: #D03585;
}
.TagClassName
{
border-color: #D03585;
}
</style>