Shades of Deep Cerise #D73885
Tints of Deep Cerise #D73885
RGB
CMYK
RGB Variations
Color information
#D73885 (or 0xD73885) is known color: Deep Cerise. HEX triplet: D7, 38 and 85. RGB value is (215,56,133). Sum of RGB (Red+Green+Blue) = 215+56+133=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D73885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73885 is #28C77A. Grayscale: #707070. Windows color (decimal): -2672507 or 8730839. OLE color: 8730839.
HSL color Cylindrical-coordinate representation of color #D73885: hue angle of 330.94º 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 #D73885 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 133 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.16 |
| HSL | 330.94º | 0.67% | 0.53% | - |
| HSV(B) | 330.94º | 0.74% | 0.84% | - |
| XYZ | 33.67 | 18.97 | 24.08 | - |
| YUV | 112.32 | 139.68 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 133 | 0 | 0.74 | 0.38 | 0.16 | 330.94 | 0.67 | 0.53 |
| Hex | D7 | 38 | 85 | 0 | 4A | 26 | 10 | 14B | 43 | 35 |
| Octal | 327 | 70 | 205 | 0 | 112 | 46 | 20 | 513 | 103 | 65 |
| Binary | 11010111 | 111000 | 10000101 | 0 | 1001010 | 100110 | 10000 | 101001011 | 1000011 | 110101 |
Color Harmonies of #D73885
Complementary color
Monochromatic Colors of #D73885
Black with #D73885
Text Example
Text Example
White with #D73885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73885; }
p { color: rgb(215,56,133); }
H1.HeaderClassName
{
color: #D73885;
}
.AnyTagClassName
{
color: #D73885;
}
</style>
background-color css
<style>
a { background-color: #D73885; }
a { background-color: rgb(215,56,133); }
div.DivClassName
{
background-color: #D73885;
}
.BgClassName
{
background-color: #D73885;
}
</style>
border-color css
<style>
span { border-color: #D73885; }
span { border-color: rgb(215,56,133); }
td.TdClassName
{
border-color: #D73885;
}
.TagClassName
{
border-color: #D73885;
}
</style>