Shades of Deep Cerise #D64097
Tints of Deep Cerise #D64097
RGB
CMYK
RGB Variations
Color information
#D64097 (or 0xD64097) is known color: Deep Cerise. HEX triplet: D6, 40 and 97. RGB value is (214,64,151). Sum of RGB (Red+Green+Blue) = 214+64+151=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D64097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64097 is #29BF68. Grayscale: #767676. Windows color (decimal): -2735977 or 9912534. OLE color: 9912534.
HSL color Cylindrical-coordinate representation of color #D64097: hue angle of 325.2º 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 #D64097 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 151 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.16 |
| HSL | 325.2º | 0.65% | 0.55% | - |
| HSV(B) | 325.2º | 0.7% | 0.84% | - |
| XYZ | 35.15 | 20.2 | 31.32 | - |
| YUV | 118.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 151 | 0 | 0.70 | 0.29 | 0.16 | 325.2 | 0.65 | 0.55 |
| Hex | D6 | 40 | 97 | 0 | 46 | 1D | 10 | 145 | 41 | 37 |
| Octal | 326 | 100 | 227 | 0 | 106 | 35 | 20 | 505 | 101 | 67 |
| Binary | 11010110 | 1000000 | 10010111 | 0 | 1000110 | 11101 | 10000 | 101000101 | 1000001 | 110111 |
Color Harmonies of #D64097
Complementary color
Monochromatic Colors of #D64097
Black with #D64097
Text Example
Text Example
White with #D64097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64097; }
p { color: rgb(214,64,151); }
H1.HeaderClassName
{
color: #D64097;
}
.AnyTagClassName
{
color: #D64097;
}
</style>
background-color css
<style>
a { background-color: #D64097; }
a { background-color: rgb(214,64,151); }
div.DivClassName
{
background-color: #D64097;
}
.BgClassName
{
background-color: #D64097;
}
</style>
border-color css
<style>
span { border-color: #D64097; }
span { border-color: rgb(214,64,151); }
td.TdClassName
{
border-color: #D64097;
}
.TagClassName
{
border-color: #D64097;
}
</style>