Shades of Deep Cerise #D64099
Tints of Deep Cerise #D64099
RGB
CMYK
RGB Variations
Color information
#D64099 (or 0xD64099) is known color: Deep Cerise. HEX triplet: D6, 40 and 99. RGB value is (214,64,153). Sum of RGB (Red+Green+Blue) = 214+64+153=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D64099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64099 is #29BF66. Grayscale: #767676. Windows color (decimal): -2735975 or 10043606. OLE color: 10043606.
HSL color Cylindrical-coordinate representation of color #D64099: hue angle of 324.4º 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 #D64099 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 153 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.16 |
| HSL | 324.4º | 0.65% | 0.55% | - |
| HSV(B) | 324.4º | 0.7% | 0.84% | - |
| XYZ | 35.31 | 20.26 | 32.19 | - |
| YUV | 119 | 147.2 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 153 | 0 | 0.70 | 0.29 | 0.16 | 324.4 | 0.65 | 0.55 |
| Hex | D6 | 40 | 99 | 0 | 46 | 1D | 10 | 144 | 41 | 37 |
| Octal | 326 | 100 | 231 | 0 | 106 | 35 | 20 | 504 | 101 | 67 |
| Binary | 11010110 | 1000000 | 10011001 | 0 | 1000110 | 11101 | 10000 | 101000100 | 1000001 | 110111 |
Color Harmonies of #D64099
Complementary color
Monochromatic Colors of #D64099
Black with #D64099
Text Example
Text Example
White with #D64099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64099; }
p { color: rgb(214,64,153); }
H1.HeaderClassName
{
color: #D64099;
}
.AnyTagClassName
{
color: #D64099;
}
</style>
background-color css
<style>
a { background-color: #D64099; }
a { background-color: rgb(214,64,153); }
div.DivClassName
{
background-color: #D64099;
}
.BgClassName
{
background-color: #D64099;
}
</style>
border-color css
<style>
span { border-color: #D64099; }
span { border-color: rgb(214,64,153); }
td.TdClassName
{
border-color: #D64099;
}
.TagClassName
{
border-color: #D64099;
}
</style>