Shades of Deep Cerise #D73CAD
Tints of Deep Cerise #D73CAD
RGB
CMYK
RGB Variations
Color information
#D73CAD (or 0xD73CAD) is known color: Deep Cerise. HEX triplet: D7, 3C and AD. RGB value is (215,60,173). Sum of RGB (Red+Green+Blue) = 215+60+173=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73CAD is #28C352. Grayscale: #767676. Windows color (decimal): -2671443 or 11353303. OLE color: 11353303.
HSL color Cylindrical-coordinate representation of color #D73CAD: hue angle of 316.26º 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 #D73CAD is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 173 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.16 |
| HSL | 316.26º | 0.66% | 0.54% | - |
| HSV(B) | 316.26º | 0.72% | 0.84% | - |
| XYZ | 37.18 | 20.7 | 41.57 | - |
| YUV | 119.23 | 158.35 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 173 | 0 | 0.72 | 0.20 | 0.16 | 316.26 | 0.66 | 0.54 |
| Hex | D7 | 3C | AD | 0 | 48 | 14 | 10 | 13C | 42 | 36 |
| Octal | 327 | 74 | 255 | 0 | 110 | 24 | 20 | 474 | 102 | 66 |
| Binary | 11010111 | 111100 | 10101101 | 0 | 1001000 | 10100 | 10000 | 100111100 | 1000010 | 110110 |
Color Harmonies of #D73CAD
Complementary color
Monochromatic Colors of #D73CAD
Black with #D73CAD
Text Example
Text Example
White with #D73CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73CAD; }
p { color: rgb(215,60,173); }
H1.HeaderClassName
{
color: #D73CAD;
}
.AnyTagClassName
{
color: #D73CAD;
}
</style>
background-color css
<style>
a { background-color: #D73CAD; }
a { background-color: rgb(215,60,173); }
div.DivClassName
{
background-color: #D73CAD;
}
.BgClassName
{
background-color: #D73CAD;
}
</style>
border-color css
<style>
span { border-color: #D73CAD; }
span { border-color: rgb(215,60,173); }
td.TdClassName
{
border-color: #D73CAD;
}
.TagClassName
{
border-color: #D73CAD;
}
</style>