Shades of Deep Cerise #D73B9B
Tints of Deep Cerise #D73B9B
RGB
CMYK
RGB Variations
Color information
#D73B9B (or 0xD73B9B) is known color: Deep Cerise. HEX triplet: D7, 3B and 9B. RGB value is (215,59,155). Sum of RGB (Red+Green+Blue) = 215+59+155=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73B9B is #28C464. Grayscale: #747474. Windows color (decimal): -2671717 or 10173399. OLE color: 10173399.
HSL color Cylindrical-coordinate representation of color #D73B9B: hue angle of 323.08º 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 #D73B9B is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 155 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.16 |
| HSL | 323.08º | 0.66% | 0.54% | - |
| HSV(B) | 323.08º | 0.73% | 0.84% | - |
| XYZ | 35.5 | 19.94 | 32.99 | - |
| YUV | 116.59 | 149.68 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 155 | 0 | 0.73 | 0.28 | 0.16 | 323.08 | 0.66 | 0.54 |
| Hex | D7 | 3B | 9B | 0 | 49 | 1C | 10 | 143 | 42 | 36 |
| Octal | 327 | 73 | 233 | 0 | 111 | 34 | 20 | 503 | 102 | 66 |
| Binary | 11010111 | 111011 | 10011011 | 0 | 1001001 | 11100 | 10000 | 101000011 | 1000010 | 110110 |
Color Harmonies of #D73B9B
Complementary color
Monochromatic Colors of #D73B9B
Black with #D73B9B
Text Example
Text Example
White with #D73B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73B9B; }
p { color: rgb(215,59,155); }
H1.HeaderClassName
{
color: #D73B9B;
}
.AnyTagClassName
{
color: #D73B9B;
}
</style>
background-color css
<style>
a { background-color: #D73B9B; }
a { background-color: rgb(215,59,155); }
div.DivClassName
{
background-color: #D73B9B;
}
.BgClassName
{
background-color: #D73B9B;
}
</style>
border-color css
<style>
span { border-color: #D73B9B; }
span { border-color: rgb(215,59,155); }
td.TdClassName
{
border-color: #D73B9B;
}
.TagClassName
{
border-color: #D73B9B;
}
</style>