Shades of Deep Cerise #D73BAD
Tints of Deep Cerise #D73BAD
RGB
CMYK
RGB Variations
Color information
#D73BAD (or 0xD73BAD) is known color: Deep Cerise. HEX triplet: D7, 3B and AD. RGB value is (215,59,173). Sum of RGB (Red+Green+Blue) = 215+59+173=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D73BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73BAD is #28C452. Grayscale: #767676. Windows color (decimal): -2671699 or 11353047. OLE color: 11353047.
HSL color Cylindrical-coordinate representation of color #D73BAD: hue angle of 316.15º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73BAD is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 173 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.16 |
| HSL | 316.15º | 0.66% | 0.54% | - |
| HSV(B) | 316.15º | 0.73% | 0.84% | - |
| XYZ | 37.13 | 20.59 | 41.55 | - |
| YUV | 118.64 | 158.68 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 173 | 0 | 0.73 | 0.20 | 0.16 | 316.15 | 0.66 | 0.54 |
| Hex | D7 | 3B | AD | 0 | 49 | 14 | 10 | 13C | 42 | 36 |
| Octal | 327 | 73 | 255 | 0 | 111 | 24 | 20 | 474 | 102 | 66 |
| Binary | 11010111 | 111011 | 10101101 | 0 | 1001001 | 10100 | 10000 | 100111100 | 1000010 | 110110 |
Color Harmonies of #D73BAD
Complementary color
Monochromatic Colors of #D73BAD
Black with #D73BAD
Text Example
Text Example
White with #D73BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73BAD; }
p { color: rgb(215,59,173); }
H1.HeaderClassName
{
color: #D73BAD;
}
.AnyTagClassName
{
color: #D73BAD;
}
</style>
background-color css
<style>
a { background-color: #D73BAD; }
a { background-color: rgb(215,59,173); }
div.DivClassName
{
background-color: #D73BAD;
}
.BgClassName
{
background-color: #D73BAD;
}
</style>
border-color css
<style>
span { border-color: #D73BAD; }
span { border-color: rgb(215,59,173); }
td.TdClassName
{
border-color: #D73BAD;
}
.TagClassName
{
border-color: #D73BAD;
}
</style>