Shades of Deep Cerise #D03080
Tints of Deep Cerise #D03080
RGB
CMYK
RGB Variations
Color information
#D03080 (or 0xD03080) is known color: Deep Cerise. HEX triplet: D0, 30 and 80. RGB value is (208,48,128). Sum of RGB (Red+Green+Blue) = 208+48+128=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D03080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03080 is #2FCF7F. Grayscale: #686868. Windows color (decimal): -3133312 or 8401104. OLE color: 8401104.
HSL color Cylindrical-coordinate representation of color #D03080: hue angle of 330º 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 #D03080 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 128 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.18 |
| HSL | 330º | 0.63% | 0.5% | - |
| HSV(B) | 330º | 0.77% | 0.82% | - |
| XYZ | 30.97 | 17.08 | 22.09 | - |
| YUV | 104.96 | 141.01 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 128 | 0 | 0.77 | 0.38 | 0.18 | 330 | 0.63 | 0.5 |
| Hex | D0 | 30 | 80 | 0 | 4D | 26 | 12 | 14A | 3F | 32 |
| Octal | 320 | 60 | 200 | 0 | 115 | 46 | 22 | 512 | 77 | 62 |
| Binary | 11010000 | 110000 | 10000000 | 0 | 1001101 | 100110 | 10010 | 101001010 | 111111 | 110010 |
Color Harmonies of #D03080
Complementary color
Monochromatic Colors of #D03080
Black with #D03080
Text Example
Text Example
White with #D03080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03080; }
p { color: rgb(208,48,128); }
H1.HeaderClassName
{
color: #D03080;
}
.AnyTagClassName
{
color: #D03080;
}
</style>
background-color css
<style>
a { background-color: #D03080; }
a { background-color: rgb(208,48,128); }
div.DivClassName
{
background-color: #D03080;
}
.BgClassName
{
background-color: #D03080;
}
</style>
border-color css
<style>
span { border-color: #D03080; }
span { border-color: rgb(208,48,128); }
td.TdClassName
{
border-color: #D03080;
}
.TagClassName
{
border-color: #D03080;
}
</style>