Shades of Deep Cerise #D73F90
Tints of Deep Cerise #D73F90
RGB
CMYK
RGB Variations
Color information
#D73F90 (or 0xD73F90) is known color: Deep Cerise. HEX triplet: D7, 3F and 90. RGB value is (215,63,144). Sum of RGB (Red+Green+Blue) = 215+63+144=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73F90 is #28C06F. Grayscale: #757575. Windows color (decimal): -2670704 or 9453527. OLE color: 9453527.
HSL color Cylindrical-coordinate representation of color #D73F90: hue angle of 328.03º 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 #D73F90 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 144 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.16 |
| HSL | 328.03º | 0.66% | 0.55% | - |
| HSV(B) | 328.03º | 0.71% | 0.84% | - |
| XYZ | 34.84 | 20.02 | 28.41 | - |
| YUV | 117.68 | 142.86 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 144 | 0 | 0.71 | 0.33 | 0.16 | 328.03 | 0.66 | 0.55 |
| Hex | D7 | 3F | 90 | 0 | 47 | 21 | 10 | 148 | 42 | 37 |
| Octal | 327 | 77 | 220 | 0 | 107 | 41 | 20 | 510 | 102 | 67 |
| Binary | 11010111 | 111111 | 10010000 | 0 | 1000111 | 100001 | 10000 | 101001000 | 1000010 | 110111 |
Color Harmonies of #D73F90
Complementary color
Monochromatic Colors of #D73F90
Black with #D73F90
Text Example
Text Example
White with #D73F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F90; }
p { color: rgb(215,63,144); }
H1.HeaderClassName
{
color: #D73F90;
}
.AnyTagClassName
{
color: #D73F90;
}
</style>
background-color css
<style>
a { background-color: #D73F90; }
a { background-color: rgb(215,63,144); }
div.DivClassName
{
background-color: #D73F90;
}
.BgClassName
{
background-color: #D73F90;
}
</style>
border-color css
<style>
span { border-color: #D73F90; }
span { border-color: rgb(215,63,144); }
td.TdClassName
{
border-color: #D73F90;
}
.TagClassName
{
border-color: #D73F90;
}
</style>