Shades of Deep Cerise #D73881
Tints of Deep Cerise #D73881
RGB
CMYK
RGB Variations
Color information
#D73881 (or 0xD73881) is known color: Deep Cerise. HEX triplet: D7, 38 and 81. RGB value is (215,56,129). Sum of RGB (Red+Green+Blue) = 215+56+129=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D73881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73881 is #28C77E. Grayscale: #6F6F6F. Windows color (decimal): -2672511 or 8468695. OLE color: 8468695.
HSL color Cylindrical-coordinate representation of color #D73881: hue angle of 332.45º 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 #D73881 is Cyan = 0, Magento = 0.74, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 129 | - |
| CMYK | 0 | 0.74 | 0.4 | 0.16 |
| HSL | 332.45º | 0.67% | 0.53% | - |
| HSV(B) | 332.45º | 0.74% | 0.84% | - |
| XYZ | 33.4 | 18.86 | 22.65 | - |
| YUV | 111.86 | 137.68 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 129 | 0 | 0.74 | 0.4 | 0.16 | 332.45 | 0.67 | 0.53 |
| Hex | D7 | 38 | 81 | 0 | 4A | 28 | 10 | 14C | 43 | 35 |
| Octal | 327 | 70 | 201 | 0 | 112 | 50 | 20 | 514 | 103 | 65 |
| Binary | 11010111 | 111000 | 10000001 | 0 | 1001010 | 101000 | 10000 | 101001100 | 1000011 | 110101 |
Color Harmonies of #D73881
Complementary color
Monochromatic Colors of #D73881
Black with #D73881
Text Example
Text Example
White with #D73881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73881; }
p { color: rgb(215,56,129); }
H1.HeaderClassName
{
color: #D73881;
}
.AnyTagClassName
{
color: #D73881;
}
</style>
background-color css
<style>
a { background-color: #D73881; }
a { background-color: rgb(215,56,129); }
div.DivClassName
{
background-color: #D73881;
}
.BgClassName
{
background-color: #D73881;
}
</style>
border-color css
<style>
span { border-color: #D73881; }
span { border-color: rgb(215,56,129); }
td.TdClassName
{
border-color: #D73881;
}
.TagClassName
{
border-color: #D73881;
}
</style>