Shades of Deep Cerise #D73289
Tints of Deep Cerise #D73289
RGB
CMYK
RGB Variations
Color information
#D73289 (or 0xD73289) is known color: Deep Cerise. HEX triplet: D7, 32 and 89. RGB value is (215,50,137). Sum of RGB (Red+Green+Blue) = 215+50+137=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D73289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73289 is #28CD76. Grayscale: #6D6D6D. Windows color (decimal): -2674039 or 8991447. OLE color: 8991447.
HSL color Cylindrical-coordinate representation of color #D73289: hue angle of 328.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73289 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 137 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.16 |
| HSL | 328.36º | 0.67% | 0.52% | - |
| HSV(B) | 328.36º | 0.77% | 0.84% | - |
| XYZ | 33.68 | 18.53 | 25.47 | - |
| YUV | 109.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 137 | 0 | 0.77 | 0.36 | 0.16 | 328.36 | 0.67 | 0.52 |
| Hex | D7 | 32 | 89 | 0 | 4D | 24 | 10 | 148 | 43 | 34 |
| Octal | 327 | 62 | 211 | 0 | 115 | 44 | 20 | 510 | 103 | 64 |
| Binary | 11010111 | 110010 | 10001001 | 0 | 1001101 | 100100 | 10000 | 101001000 | 1000011 | 110100 |
Color Harmonies of #D73289
Complementary color
Monochromatic Colors of #D73289
Black with #D73289
Text Example
Text Example
White with #D73289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73289; }
p { color: rgb(215,50,137); }
H1.HeaderClassName
{
color: #D73289;
}
.AnyTagClassName
{
color: #D73289;
}
</style>
background-color css
<style>
a { background-color: #D73289; }
a { background-color: rgb(215,50,137); }
div.DivClassName
{
background-color: #D73289;
}
.BgClassName
{
background-color: #D73289;
}
</style>
border-color css
<style>
span { border-color: #D73289; }
span { border-color: rgb(215,50,137); }
td.TdClassName
{
border-color: #D73289;
}
.TagClassName
{
border-color: #D73289;
}
</style>