Shades of Deep Cerise #D73495
Tints of Deep Cerise #D73495
RGB
CMYK
RGB Variations
Color information
#D73495 (or 0xD73495) is known color: Deep Cerise. HEX triplet: D7, 34 and 95. RGB value is (215,52,149). Sum of RGB (Red+Green+Blue) = 215+52+149=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D73495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73495 is #28CB6A. Grayscale: #6F6F6F. Windows color (decimal): -2673515 or 9778391. OLE color: 9778391.
HSL color Cylindrical-coordinate representation of color #D73495: hue angle of 324.29º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73495 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 52 | 149 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.16 |
| HSL | 324.29º | 0.67% | 0.52% | - |
| HSV(B) | 324.29º | 0.76% | 0.84% | - |
| XYZ | 34.68 | 19.07 | 30.29 | - |
| YUV | 111.8 | 149 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 149 | 0 | 0.76 | 0.31 | 0.16 | 324.29 | 0.67 | 0.52 |
| Hex | D7 | 34 | 95 | 0 | 4C | 1F | 10 | 144 | 43 | 34 |
| Octal | 327 | 64 | 225 | 0 | 114 | 37 | 20 | 504 | 103 | 64 |
| Binary | 11010111 | 110100 | 10010101 | 0 | 1001100 | 11111 | 10000 | 101000100 | 1000011 | 110100 |
Color Harmonies of #D73495
Complementary color
Monochromatic Colors of #D73495
Black with #D73495
Text Example
Text Example
White with #D73495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73495; }
p { color: rgb(215,52,149); }
H1.HeaderClassName
{
color: #D73495;
}
.AnyTagClassName
{
color: #D73495;
}
</style>
background-color css
<style>
a { background-color: #D73495; }
a { background-color: rgb(215,52,149); }
div.DivClassName
{
background-color: #D73495;
}
.BgClassName
{
background-color: #D73495;
}
</style>
border-color css
<style>
span { border-color: #D73495; }
span { border-color: rgb(215,52,149); }
td.TdClassName
{
border-color: #D73495;
}
.TagClassName
{
border-color: #D73495;
}
</style>