Shades of Deep Cerise #D74099
Tints of Deep Cerise #D74099
RGB
CMYK
RGB Variations
Color information
#D74099 (or 0xD74099) is known color: Deep Cerise. HEX triplet: D7, 40 and 99. RGB value is (215,64,153). Sum of RGB (Red+Green+Blue) = 215+64+153=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D74099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74099 is #28BF66. Grayscale: #777777. Windows color (decimal): -2670439 or 10043607. OLE color: 10043607.
HSL color Cylindrical-coordinate representation of color #D74099: hue angle of 324.64º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74099 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 153 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.16 |
| HSL | 324.64º | 0.65% | 0.55% | - |
| HSV(B) | 324.64º | 0.7% | 0.84% | - |
| XYZ | 35.61 | 20.41 | 32.2 | - |
| YUV | 119.3 | 147.03 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 153 | 0 | 0.70 | 0.29 | 0.16 | 324.64 | 0.65 | 0.55 |
| Hex | D7 | 40 | 99 | 0 | 46 | 1D | 10 | 145 | 41 | 37 |
| Octal | 327 | 100 | 231 | 0 | 106 | 35 | 20 | 505 | 101 | 67 |
| Binary | 11010111 | 1000000 | 10011001 | 0 | 1000110 | 11101 | 10000 | 101000101 | 1000001 | 110111 |
Color Harmonies of #D74099
Complementary color
Monochromatic Colors of #D74099
Black with #D74099
Text Example
Text Example
White with #D74099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74099; }
p { color: rgb(215,64,153); }
H1.HeaderClassName
{
color: #D74099;
}
.AnyTagClassName
{
color: #D74099;
}
</style>
background-color css
<style>
a { background-color: #D74099; }
a { background-color: rgb(215,64,153); }
div.DivClassName
{
background-color: #D74099;
}
.BgClassName
{
background-color: #D74099;
}
</style>
border-color css
<style>
span { border-color: #D74099; }
span { border-color: rgb(215,64,153); }
td.TdClassName
{
border-color: #D74099;
}
.TagClassName
{
border-color: #D74099;
}
</style>