Shades of Deep Cerise #D63190
Tints of Deep Cerise #D63190
RGB
CMYK
RGB Variations
Color information
#D63190 (or 0xD63190) is known color: Deep Cerise. HEX triplet: D6, 31 and 90. RGB value is (214,49,144). Sum of RGB (Red+Green+Blue) = 214+49+144=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D63190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63190 is #29CE6F. Grayscale: #6C6C6C. Windows color (decimal): -2739824 or 9449942. OLE color: 9449942.
HSL color Cylindrical-coordinate representation of color #D63190: hue angle of 325.45º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63190 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 144 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.16 |
| HSL | 325.45º | 0.67% | 0.52% | - |
| HSV(B) | 325.45º | 0.77% | 0.84% | - |
| XYZ | 33.86 | 18.51 | 28.17 | - |
| YUV | 109.17 | 147.66 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 144 | 0 | 0.77 | 0.33 | 0.16 | 325.45 | 0.67 | 0.52 |
| Hex | D6 | 31 | 90 | 0 | 4D | 21 | 10 | 145 | 43 | 34 |
| Octal | 326 | 61 | 220 | 0 | 115 | 41 | 20 | 505 | 103 | 64 |
| Binary | 11010110 | 110001 | 10010000 | 0 | 1001101 | 100001 | 10000 | 101000101 | 1000011 | 110100 |
Color Harmonies of #D63190
Complementary color
Monochromatic Colors of #D63190
Black with #D63190
Text Example
Text Example
White with #D63190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63190; }
p { color: rgb(214,49,144); }
H1.HeaderClassName
{
color: #D63190;
}
.AnyTagClassName
{
color: #D63190;
}
</style>
background-color css
<style>
a { background-color: #D63190; }
a { background-color: rgb(214,49,144); }
div.DivClassName
{
background-color: #D63190;
}
.BgClassName
{
background-color: #D63190;
}
</style>
border-color css
<style>
span { border-color: #D63190; }
span { border-color: rgb(214,49,144); }
td.TdClassName
{
border-color: #D63190;
}
.TagClassName
{
border-color: #D63190;
}
</style>