Shades of Deep Cerise #D03095
Tints of Deep Cerise #D03095
RGB
CMYK
RGB Variations
Color information
#D03095 (or 0xD03095) is known color: Deep Cerise. HEX triplet: D0, 30 and 95. RGB value is (208,48,149). Sum of RGB (Red+Green+Blue) = 208+48+149=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D03095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03095 is #2FCF6A. Grayscale: #6B6B6B. Windows color (decimal): -3133291 or 9777360. OLE color: 9777360.
HSL color Cylindrical-coordinate representation of color #D03095: hue angle of 322.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03095 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 149 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.18 |
| HSL | 322.13º | 0.63% | 0.5% | - |
| HSV(B) | 322.13º | 0.77% | 0.82% | - |
| XYZ | 32.49 | 17.69 | 30.14 | - |
| YUV | 107.35 | 151.51 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 149 | 0 | 0.77 | 0.28 | 0.18 | 322.13 | 0.63 | 0.5 |
| Hex | D0 | 30 | 95 | 0 | 4D | 1C | 12 | 142 | 3F | 32 |
| Octal | 320 | 60 | 225 | 0 | 115 | 34 | 22 | 502 | 77 | 62 |
| Binary | 11010000 | 110000 | 10010101 | 0 | 1001101 | 11100 | 10010 | 101000010 | 111111 | 110010 |
Color Harmonies of #D03095
Complementary color
Monochromatic Colors of #D03095
Black with #D03095
Text Example
Text Example
White with #D03095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03095; }
p { color: rgb(208,48,149); }
H1.HeaderClassName
{
color: #D03095;
}
.AnyTagClassName
{
color: #D03095;
}
</style>
background-color css
<style>
a { background-color: #D03095; }
a { background-color: rgb(208,48,149); }
div.DivClassName
{
background-color: #D03095;
}
.BgClassName
{
background-color: #D03095;
}
</style>
border-color css
<style>
span { border-color: #D03095; }
span { border-color: rgb(208,48,149); }
td.TdClassName
{
border-color: #D03095;
}
.TagClassName
{
border-color: #D03095;
}
</style>