Shades of Deep Cerise #D73D9B
Tints of Deep Cerise #D73D9B
RGB
CMYK
RGB Variations
Color information
#D73D9B (or 0xD73D9B) is known color: Deep Cerise. HEX triplet: D7, 3D and 9B. RGB value is (215,61,155). Sum of RGB (Red+Green+Blue) = 215+61+155=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73D9B is #28C264. Grayscale: #757575. Windows color (decimal): -2671205 or 10173911. OLE color: 10173911.
HSL color Cylindrical-coordinate representation of color #D73D9B: hue angle of 323.38º 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 #D73D9B is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 155 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.16 |
| HSL | 323.38º | 0.66% | 0.54% | - |
| HSV(B) | 323.38º | 0.72% | 0.84% | - |
| XYZ | 35.61 | 20.15 | 33.02 | - |
| YUV | 117.76 | 149.02 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 155 | 0 | 0.72 | 0.28 | 0.16 | 323.38 | 0.66 | 0.54 |
| Hex | D7 | 3D | 9B | 0 | 48 | 1C | 10 | 143 | 42 | 36 |
| Octal | 327 | 75 | 233 | 0 | 110 | 34 | 20 | 503 | 102 | 66 |
| Binary | 11010111 | 111101 | 10011011 | 0 | 1001000 | 11100 | 10000 | 101000011 | 1000010 | 110110 |
Color Harmonies of #D73D9B
Complementary color
Monochromatic Colors of #D73D9B
Black with #D73D9B
Text Example
Text Example
White with #D73D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D9B; }
p { color: rgb(215,61,155); }
H1.HeaderClassName
{
color: #D73D9B;
}
.AnyTagClassName
{
color: #D73D9B;
}
</style>
background-color css
<style>
a { background-color: #D73D9B; }
a { background-color: rgb(215,61,155); }
div.DivClassName
{
background-color: #D73D9B;
}
.BgClassName
{
background-color: #D73D9B;
}
</style>
border-color css
<style>
span { border-color: #D73D9B; }
span { border-color: rgb(215,61,155); }
td.TdClassName
{
border-color: #D73D9B;
}
.TagClassName
{
border-color: #D73D9B;
}
</style>