Shades of Deep Cerise #D64190
Tints of Deep Cerise #D64190
RGB
CMYK
RGB Variations
Color information
#D64190 (or 0xD64190) is known color: Deep Cerise. HEX triplet: D6, 41 and 90. RGB value is (214,65,144). Sum of RGB (Red+Green+Blue) = 214+65+144=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D64190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64190 is #29BE6F. Grayscale: #767676. Windows color (decimal): -2735728 or 9454038. OLE color: 9454038.
HSL color Cylindrical-coordinate representation of color #D64190: hue angle of 328.19º 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 #D64190 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 144 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.16 |
| HSL | 328.19º | 0.65% | 0.55% | - |
| HSV(B) | 328.19º | 0.7% | 0.84% | - |
| XYZ | 34.66 | 20.09 | 28.44 | - |
| YUV | 118.56 | 142.36 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 144 | 0 | 0.70 | 0.33 | 0.16 | 328.19 | 0.65 | 0.55 |
| Hex | D6 | 41 | 90 | 0 | 46 | 21 | 10 | 148 | 41 | 37 |
| Octal | 326 | 101 | 220 | 0 | 106 | 41 | 20 | 510 | 101 | 67 |
| Binary | 11010110 | 1000001 | 10010000 | 0 | 1000110 | 100001 | 10000 | 101001000 | 1000001 | 110111 |
Color Harmonies of #D64190
Complementary color
Monochromatic Colors of #D64190
Black with #D64190
Text Example
Text Example
White with #D64190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64190; }
p { color: rgb(214,65,144); }
H1.HeaderClassName
{
color: #D64190;
}
.AnyTagClassName
{
color: #D64190;
}
</style>
background-color css
<style>
a { background-color: #D64190; }
a { background-color: rgb(214,65,144); }
div.DivClassName
{
background-color: #D64190;
}
.BgClassName
{
background-color: #D64190;
}
</style>
border-color css
<style>
span { border-color: #D64190; }
span { border-color: rgb(214,65,144); }
td.TdClassName
{
border-color: #D64190;
}
.TagClassName
{
border-color: #D64190;
}
</style>