Shades of Deep Cerise #D03D89
Tints of Deep Cerise #D03D89
RGB
CMYK
RGB Variations
Color information
#D03D89 (or 0xD03D89) is known color: Deep Cerise. HEX triplet: D0, 3D and 89. RGB value is (208,61,137). Sum of RGB (Red+Green+Blue) = 208+61+137=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03D89 is #2FC276. Grayscale: #717171. Windows color (decimal): -3129975 or 8994256. OLE color: 8994256.
HSL color Cylindrical-coordinate representation of color #D03D89: hue angle of 328.98º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03D89 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 137 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.18 |
| HSL | 328.98º | 0.61% | 0.53% | - |
| HSV(B) | 328.98º | 0.71% | 0.82% | - |
| XYZ | 32.2 | 18.55 | 25.55 | - |
| YUV | 113.62 | 141.2 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 137 | 0 | 0.71 | 0.34 | 0.18 | 328.98 | 0.61 | 0.53 |
| Hex | D0 | 3D | 89 | 0 | 47 | 22 | 12 | 149 | 3D | 35 |
| Octal | 320 | 75 | 211 | 0 | 107 | 42 | 22 | 511 | 75 | 65 |
| Binary | 11010000 | 111101 | 10001001 | 0 | 1000111 | 100010 | 10010 | 101001001 | 111101 | 110101 |
Color Harmonies of #D03D89
Complementary color
Monochromatic Colors of #D03D89
Black with #D03D89
Text Example
Text Example
White with #D03D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D89; }
p { color: rgb(208,61,137); }
H1.HeaderClassName
{
color: #D03D89;
}
.AnyTagClassName
{
color: #D03D89;
}
</style>
background-color css
<style>
a { background-color: #D03D89; }
a { background-color: rgb(208,61,137); }
div.DivClassName
{
background-color: #D03D89;
}
.BgClassName
{
background-color: #D03D89;
}
</style>
border-color css
<style>
span { border-color: #D03D89; }
span { border-color: rgb(208,61,137); }
td.TdClassName
{
border-color: #D03D89;
}
.TagClassName
{
border-color: #D03D89;
}
</style>