Shades of Deep Cerise #D73F81
Tints of Deep Cerise #D73F81
RGB
CMYK
RGB Variations
Color information
#D73F81 (or 0xD73F81) is known color: Deep Cerise. HEX triplet: D7, 3F and 81. RGB value is (215,63,129). Sum of RGB (Red+Green+Blue) = 215+63+129=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73F81 is #28C07E. Grayscale: #737373. Windows color (decimal): -2670719 or 8470487. OLE color: 8470487.
HSL color Cylindrical-coordinate representation of color #D73F81: hue angle of 333.95º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73F81 is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 129 | - |
| CMYK | 0 | 0.71 | 0.4 | 0.16 |
| HSL | 333.95º | 0.66% | 0.55% | - |
| HSV(B) | 333.95º | 0.71% | 0.84% | - |
| XYZ | 33.76 | 19.59 | 22.77 | - |
| YUV | 115.97 | 135.36 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 129 | 0 | 0.71 | 0.4 | 0.16 | 333.95 | 0.66 | 0.55 |
| Hex | D7 | 3F | 81 | 0 | 47 | 28 | 10 | 14E | 42 | 37 |
| Octal | 327 | 77 | 201 | 0 | 107 | 50 | 20 | 516 | 102 | 67 |
| Binary | 11010111 | 111111 | 10000001 | 0 | 1000111 | 101000 | 10000 | 101001110 | 1000010 | 110111 |
Color Harmonies of #D73F81
Complementary color
Monochromatic Colors of #D73F81
Black with #D73F81
Text Example
Text Example
White with #D73F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F81; }
p { color: rgb(215,63,129); }
H1.HeaderClassName
{
color: #D73F81;
}
.AnyTagClassName
{
color: #D73F81;
}
</style>
background-color css
<style>
a { background-color: #D73F81; }
a { background-color: rgb(215,63,129); }
div.DivClassName
{
background-color: #D73F81;
}
.BgClassName
{
background-color: #D73F81;
}
</style>
border-color css
<style>
span { border-color: #D73F81; }
span { border-color: rgb(215,63,129); }
td.TdClassName
{
border-color: #D73F81;
}
.TagClassName
{
border-color: #D73F81;
}
</style>