Shades of Deep Cerise #D73F9C
Tints of Deep Cerise #D73F9C
RGB
CMYK
RGB Variations
Color information
#D73F9C (or 0xD73F9C) is known color: Deep Cerise. HEX triplet: D7, 3F and 9C. RGB value is (215,63,156). Sum of RGB (Red+Green+Blue) = 215+63+156=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73F9C is #28C063. Grayscale: #767676. Windows color (decimal): -2670692 or 10239959. OLE color: 10239959.
HSL color Cylindrical-coordinate representation of color #D73F9C: hue angle of 323.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73F9C is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 156 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.16 |
| HSL | 323.29º | 0.66% | 0.55% | - |
| HSV(B) | 323.29º | 0.71% | 0.84% | - |
| XYZ | 35.8 | 20.4 | 33.5 | - |
| YUV | 119.05 | 148.86 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 156 | 0 | 0.71 | 0.27 | 0.16 | 323.29 | 0.66 | 0.55 |
| Hex | D7 | 3F | 9C | 0 | 47 | 1B | 10 | 143 | 42 | 37 |
| Octal | 327 | 77 | 234 | 0 | 107 | 33 | 20 | 503 | 102 | 67 |
| Binary | 11010111 | 111111 | 10011100 | 0 | 1000111 | 11011 | 10000 | 101000011 | 1000010 | 110111 |
Color Harmonies of #D73F9C
Complementary color
Monochromatic Colors of #D73F9C
Black with #D73F9C
Text Example
Text Example
White with #D73F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F9C; }
p { color: rgb(215,63,156); }
H1.HeaderClassName
{
color: #D73F9C;
}
.AnyTagClassName
{
color: #D73F9C;
}
</style>
background-color css
<style>
a { background-color: #D73F9C; }
a { background-color: rgb(215,63,156); }
div.DivClassName
{
background-color: #D73F9C;
}
.BgClassName
{
background-color: #D73F9C;
}
</style>
border-color css
<style>
span { border-color: #D73F9C; }
span { border-color: rgb(215,63,156); }
td.TdClassName
{
border-color: #D73F9C;
}
.TagClassName
{
border-color: #D73F9C;
}
</style>