Shades of Deep Cerise #D73693
Tints of Deep Cerise #D73693
RGB
CMYK
RGB Variations
Color information
#D73693 (or 0xD73693) is known color: Deep Cerise. HEX triplet: D7, 36 and 93. RGB value is (215,54,147). Sum of RGB (Red+Green+Blue) = 215+54+147=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D73693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73693 is #28C96C. Grayscale: #707070. Windows color (decimal): -2673005 or 9647831. OLE color: 9647831.
HSL color Cylindrical-coordinate representation of color #D73693: hue angle of 325.34º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73693 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 147 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.16 |
| HSL | 325.34º | 0.67% | 0.53% | - |
| HSV(B) | 325.34º | 0.75% | 0.84% | - |
| XYZ | 34.61 | 19.19 | 29.48 | - |
| YUV | 112.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 147 | 0 | 0.75 | 0.32 | 0.16 | 325.34 | 0.67 | 0.53 |
| Hex | D7 | 36 | 93 | 0 | 4B | 20 | 10 | 145 | 43 | 35 |
| Octal | 327 | 66 | 223 | 0 | 113 | 40 | 20 | 505 | 103 | 65 |
| Binary | 11010111 | 110110 | 10010011 | 0 | 1001011 | 100000 | 10000 | 101000101 | 1000011 | 110101 |
Color Harmonies of #D73693
Complementary color
Monochromatic Colors of #D73693
Black with #D73693
Text Example
Text Example
White with #D73693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73693; }
p { color: rgb(215,54,147); }
H1.HeaderClassName
{
color: #D73693;
}
.AnyTagClassName
{
color: #D73693;
}
</style>
background-color css
<style>
a { background-color: #D73693; }
a { background-color: rgb(215,54,147); }
div.DivClassName
{
background-color: #D73693;
}
.BgClassName
{
background-color: #D73693;
}
</style>
border-color css
<style>
span { border-color: #D73693; }
span { border-color: rgb(215,54,147); }
td.TdClassName
{
border-color: #D73693;
}
.TagClassName
{
border-color: #D73693;
}
</style>