Shades of Deep Cerise #D73D7B
Tints of Deep Cerise #D73D7B
RGB
CMYK
RGB Variations
Color information
#D73D7B (or 0xD73D7B) is known color: Deep Cerise. HEX triplet: D7, 3D and 7B. RGB value is (215,61,123). Sum of RGB (Red+Green+Blue) = 215+61+123=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73D7B is #28C284. Grayscale: #727272. Windows color (decimal): -2671237 or 8076759. OLE color: 8076759.
HSL color Cylindrical-coordinate representation of color #D73D7B: hue angle of 335.84º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73D7B is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 123 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.16 |
| HSL | 335.84º | 0.66% | 0.54% | - |
| HSV(B) | 335.84º | 0.72% | 0.84% | - |
| XYZ | 33.27 | 19.21 | 20.69 | - |
| YUV | 114.11 | 133.02 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 123 | 0 | 0.72 | 0.43 | 0.16 | 335.84 | 0.66 | 0.54 |
| Hex | D7 | 3D | 7B | 0 | 48 | 2B | 10 | 150 | 42 | 36 |
| Octal | 327 | 75 | 173 | 0 | 110 | 53 | 20 | 520 | 102 | 66 |
| Binary | 11010111 | 111101 | 1111011 | 0 | 1001000 | 101011 | 10000 | 101010000 | 1000010 | 110110 |
Color Harmonies of #D73D7B
Complementary color
Monochromatic Colors of #D73D7B
Black with #D73D7B
Text Example
Text Example
White with #D73D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D7B; }
p { color: rgb(215,61,123); }
H1.HeaderClassName
{
color: #D73D7B;
}
.AnyTagClassName
{
color: #D73D7B;
}
</style>
background-color css
<style>
a { background-color: #D73D7B; }
a { background-color: rgb(215,61,123); }
div.DivClassName
{
background-color: #D73D7B;
}
.BgClassName
{
background-color: #D73D7B;
}
</style>
border-color css
<style>
span { border-color: #D73D7B; }
span { border-color: rgb(215,61,123); }
td.TdClassName
{
border-color: #D73D7B;
}
.TagClassName
{
border-color: #D73D7B;
}
</style>