Shades of Deep Cerise #D03985
Tints of Deep Cerise #D03985
RGB
CMYK
RGB Variations
Color information
#D03985 (or 0xD03985) is known color: Deep Cerise. HEX triplet: D0, 39 and 85. RGB value is (208,57,133). Sum of RGB (Red+Green+Blue) = 208+57+133=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D03985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03985 is #2FC67A. Grayscale: #6E6E6E. Windows color (decimal): -3131003 or 8731088. OLE color: 8731088.
HSL color Cylindrical-coordinate representation of color #D03985: hue angle of 329.8º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03985 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 133 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.18 |
| HSL | 329.8º | 0.62% | 0.52% | - |
| HSV(B) | 329.8º | 0.73% | 0.82% | - |
| XYZ | 31.71 | 18.03 | 24 | - |
| YUV | 110.81 | 140.53 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 133 | 0 | 0.73 | 0.36 | 0.18 | 329.8 | 0.62 | 0.52 |
| Hex | D0 | 39 | 85 | 0 | 49 | 24 | 12 | 14A | 3E | 34 |
| Octal | 320 | 71 | 205 | 0 | 111 | 44 | 22 | 512 | 76 | 64 |
| Binary | 11010000 | 111001 | 10000101 | 0 | 1001001 | 100100 | 10010 | 101001010 | 111110 | 110100 |
Color Harmonies of #D03985
Complementary color
Monochromatic Colors of #D03985
Black with #D03985
Text Example
Text Example
White with #D03985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03985; }
p { color: rgb(208,57,133); }
H1.HeaderClassName
{
color: #D03985;
}
.AnyTagClassName
{
color: #D03985;
}
</style>
background-color css
<style>
a { background-color: #D03985; }
a { background-color: rgb(208,57,133); }
div.DivClassName
{
background-color: #D03985;
}
.BgClassName
{
background-color: #D03985;
}
</style>
border-color css
<style>
span { border-color: #D03985; }
span { border-color: rgb(208,57,133); }
td.TdClassName
{
border-color: #D03985;
}
.TagClassName
{
border-color: #D03985;
}
</style>