Shades of Deep Cerise #D73880
Tints of Deep Cerise #D73880
RGB
CMYK
RGB Variations
Color information
#D73880 (or 0xD73880) is known color: Deep Cerise. HEX triplet: D7, 38 and 80. RGB value is (215,56,128). Sum of RGB (Red+Green+Blue) = 215+56+128=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D73880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73880 is #28C77F. Grayscale: #6F6F6F. Windows color (decimal): -2672512 or 8403159. OLE color: 8403159.
HSL color Cylindrical-coordinate representation of color #D73880: hue angle of 332.83º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73880 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 128 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.16 |
| HSL | 332.83º | 0.67% | 0.53% | - |
| HSV(B) | 332.83º | 0.74% | 0.84% | - |
| XYZ | 33.33 | 18.83 | 22.3 | - |
| YUV | 111.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 128 | 0 | 0.74 | 0.40 | 0.16 | 332.83 | 0.67 | 0.53 |
| Hex | D7 | 38 | 80 | 0 | 4A | 28 | 10 | 14D | 43 | 35 |
| Octal | 327 | 70 | 200 | 0 | 112 | 50 | 20 | 515 | 103 | 65 |
| Binary | 11010111 | 111000 | 10000000 | 0 | 1001010 | 101000 | 10000 | 101001101 | 1000011 | 110101 |
Color Harmonies of #D73880
Complementary color
Monochromatic Colors of #D73880
Black with #D73880
Text Example
Text Example
White with #D73880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73880; }
p { color: rgb(215,56,128); }
H1.HeaderClassName
{
color: #D73880;
}
.AnyTagClassName
{
color: #D73880;
}
</style>
background-color css
<style>
a { background-color: #D73880; }
a { background-color: rgb(215,56,128); }
div.DivClassName
{
background-color: #D73880;
}
.BgClassName
{
background-color: #D73880;
}
</style>
border-color css
<style>
span { border-color: #D73880; }
span { border-color: rgb(215,56,128); }
td.TdClassName
{
border-color: #D73880;
}
.TagClassName
{
border-color: #D73880;
}
</style>