Shades of Deep Cerise #D03B89
Tints of Deep Cerise #D03B89
RGB
CMYK
RGB Variations
Color information
#D03B89 (or 0xD03B89) is known color: Deep Cerise. HEX triplet: D0, 3B and 89. RGB value is (208,59,137). Sum of RGB (Red+Green+Blue) = 208+59+137=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03B89 is #2FC476. Grayscale: #707070. Windows color (decimal): -3130487 or 8993744. OLE color: 8993744.
HSL color Cylindrical-coordinate representation of color #D03B89: hue angle of 328.59º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03B89 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 137 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.18 |
| HSL | 328.59º | 0.61% | 0.52% | - |
| HSV(B) | 328.59º | 0.72% | 0.82% | - |
| XYZ | 32.09 | 18.34 | 25.52 | - |
| YUV | 112.44 | 141.86 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 137 | 0 | 0.72 | 0.34 | 0.18 | 328.59 | 0.61 | 0.52 |
| Hex | D0 | 3B | 89 | 0 | 48 | 22 | 12 | 149 | 3D | 34 |
| Octal | 320 | 73 | 211 | 0 | 110 | 42 | 22 | 511 | 75 | 64 |
| Binary | 11010000 | 111011 | 10001001 | 0 | 1001000 | 100010 | 10010 | 101001001 | 111101 | 110100 |
Color Harmonies of #D03B89
Complementary color
Monochromatic Colors of #D03B89
Black with #D03B89
Text Example
Text Example
White with #D03B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03B89; }
p { color: rgb(208,59,137); }
H1.HeaderClassName
{
color: #D03B89;
}
.AnyTagClassName
{
color: #D03B89;
}
</style>
background-color css
<style>
a { background-color: #D03B89; }
a { background-color: rgb(208,59,137); }
div.DivClassName
{
background-color: #D03B89;
}
.BgClassName
{
background-color: #D03B89;
}
</style>
border-color css
<style>
span { border-color: #D03B89; }
span { border-color: rgb(208,59,137); }
td.TdClassName
{
border-color: #D03B89;
}
.TagClassName
{
border-color: #D03B89;
}
</style>