Shades of Deep Cerise #D03988
Tints of Deep Cerise #D03988
RGB
CMYK
RGB Variations
Color information
#D03988 (or 0xD03988) is known color: Deep Cerise. HEX triplet: D0, 39 and 88. RGB value is (208,57,136). Sum of RGB (Red+Green+Blue) = 208+57+136=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D03988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03988 is #2FC677. Grayscale: #6E6E6E. Windows color (decimal): -3131000 or 8927696. OLE color: 8927696.
HSL color Cylindrical-coordinate representation of color #D03988: hue angle of 328.61º 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 #D03988 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 136 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.18 |
| HSL | 328.61º | 0.62% | 0.52% | - |
| HSV(B) | 328.61º | 0.73% | 0.82% | - |
| XYZ | 31.92 | 18.11 | 25.11 | - |
| YUV | 111.16 | 142.03 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 136 | 0 | 0.73 | 0.35 | 0.18 | 328.61 | 0.62 | 0.52 |
| Hex | D0 | 39 | 88 | 0 | 49 | 23 | 12 | 149 | 3E | 34 |
| Octal | 320 | 71 | 210 | 0 | 111 | 43 | 22 | 511 | 76 | 64 |
| Binary | 11010000 | 111001 | 10001000 | 0 | 1001001 | 100011 | 10010 | 101001001 | 111110 | 110100 |
Color Harmonies of #D03988
Complementary color
Monochromatic Colors of #D03988
Black with #D03988
Text Example
Text Example
White with #D03988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03988; }
p { color: rgb(208,57,136); }
H1.HeaderClassName
{
color: #D03988;
}
.AnyTagClassName
{
color: #D03988;
}
</style>
background-color css
<style>
a { background-color: #D03988; }
a { background-color: rgb(208,57,136); }
div.DivClassName
{
background-color: #D03988;
}
.BgClassName
{
background-color: #D03988;
}
</style>
border-color css
<style>
span { border-color: #D03988; }
span { border-color: rgb(208,57,136); }
td.TdClassName
{
border-color: #D03988;
}
.TagClassName
{
border-color: #D03988;
}
</style>