Shades of Deep Cerise #D73D8D
Tints of Deep Cerise #D73D8D
RGB
CMYK
RGB Variations
Color information
#D73D8D (or 0xD73D8D) is known color: Deep Cerise. HEX triplet: D7, 3D and 8D. RGB value is (215,61,141). Sum of RGB (Red+Green+Blue) = 215+61+141=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73D8D is #28C272. Grayscale: #747474. Windows color (decimal): -2671219 or 9256407. OLE color: 9256407.
HSL color Cylindrical-coordinate representation of color #D73D8D: hue angle of 328.83º 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 #D73D8D is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 141 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.16 |
| HSL | 328.83º | 0.66% | 0.54% | - |
| HSV(B) | 328.83º | 0.72% | 0.84% | - |
| XYZ | 34.5 | 19.71 | 27.18 | - |
| YUV | 116.17 | 142.02 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 141 | 0 | 0.72 | 0.34 | 0.16 | 328.83 | 0.66 | 0.54 |
| Hex | D7 | 3D | 8D | 0 | 48 | 22 | 10 | 149 | 42 | 36 |
| Octal | 327 | 75 | 215 | 0 | 110 | 42 | 20 | 511 | 102 | 66 |
| Binary | 11010111 | 111101 | 10001101 | 0 | 1001000 | 100010 | 10000 | 101001001 | 1000010 | 110110 |
Color Harmonies of #D73D8D
Complementary color
Monochromatic Colors of #D73D8D
Black with #D73D8D
Text Example
Text Example
White with #D73D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D8D; }
p { color: rgb(215,61,141); }
H1.HeaderClassName
{
color: #D73D8D;
}
.AnyTagClassName
{
color: #D73D8D;
}
</style>
background-color css
<style>
a { background-color: #D73D8D; }
a { background-color: rgb(215,61,141); }
div.DivClassName
{
background-color: #D73D8D;
}
.BgClassName
{
background-color: #D73D8D;
}
</style>
border-color css
<style>
span { border-color: #D73D8D; }
span { border-color: rgb(215,61,141); }
td.TdClassName
{
border-color: #D73D8D;
}
.TagClassName
{
border-color: #D73D8D;
}
</style>