Shades of Cerise #D73A70
Tints of Cerise #D73A70
RGB
CMYK
RGB Variations
Color information
#D73A70 (or 0xD73A70) is known color: Cerise. HEX triplet: D7, 3A and 70. RGB value is (215,58,112). Sum of RGB (Red+Green+Blue) = 215+58+112=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73A70 is #28C58F. Grayscale: #6F6F6F. Windows color (decimal): -2672016 or 7355095. OLE color: 7355095.
HSL color Cylindrical-coordinate representation of color #D73A70: hue angle of 339.36º 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 #D73A70 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 58 | 112 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.16 |
| HSL | 339.36º | 0.66% | 0.54% | - |
| HSV(B) | 339.36º | 0.73% | 0.84% | - |
| XYZ | 32.46 | 18.64 | 17.22 | - |
| YUV | 111.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 58 | 112 | 0 | 0.73 | 0.48 | 0.16 | 339.36 | 0.66 | 0.54 |
| Hex | D7 | 3A | 70 | 0 | 49 | 30 | 10 | 153 | 42 | 36 |
| Octal | 327 | 72 | 160 | 0 | 111 | 60 | 20 | 523 | 102 | 66 |
| Binary | 11010111 | 111010 | 1110000 | 0 | 1001001 | 110000 | 10000 | 101010011 | 1000010 | 110110 |
Color Harmonies of #D73A70
Complementary color
Monochromatic Colors of #D73A70
Black with #D73A70
Text Example
Text Example
White with #D73A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73A70; }
p { color: rgb(215,58,112); }
H1.HeaderClassName
{
color: #D73A70;
}
.AnyTagClassName
{
color: #D73A70;
}
</style>
background-color css
<style>
a { background-color: #D73A70; }
a { background-color: rgb(215,58,112); }
div.DivClassName
{
background-color: #D73A70;
}
.BgClassName
{
background-color: #D73A70;
}
</style>
border-color css
<style>
span { border-color: #D73A70; }
span { border-color: rgb(215,58,112); }
td.TdClassName
{
border-color: #D73A70;
}
.TagClassName
{
border-color: #D73A70;
}
</style>