Shades of Deep Cerise #D63790
Tints of Deep Cerise #D63790
RGB
CMYK
RGB Variations
Color information
#D63790 (or 0xD63790) is known color: Deep Cerise. HEX triplet: D6, 37 and 90. RGB value is (214,55,144). Sum of RGB (Red+Green+Blue) = 214+55+144=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D63790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63790 is #29C86F. Grayscale: #707070. Windows color (decimal): -2738288 or 9451478. OLE color: 9451478.
HSL color Cylindrical-coordinate representation of color #D63790: hue angle of 326.42º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63790 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 144 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.16 |
| HSL | 326.42º | 0.66% | 0.53% | - |
| HSV(B) | 326.42º | 0.74% | 0.84% | - |
| XYZ | 34.13 | 19.04 | 28.26 | - |
| YUV | 112.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 144 | 0 | 0.74 | 0.33 | 0.16 | 326.42 | 0.66 | 0.53 |
| Hex | D6 | 37 | 90 | 0 | 4A | 21 | 10 | 146 | 42 | 35 |
| Octal | 326 | 67 | 220 | 0 | 112 | 41 | 20 | 506 | 102 | 65 |
| Binary | 11010110 | 110111 | 10010000 | 0 | 1001010 | 100001 | 10000 | 101000110 | 1000010 | 110101 |
Color Harmonies of #D63790
Complementary color
Monochromatic Colors of #D63790
Black with #D63790
Text Example
Text Example
White with #D63790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63790; }
p { color: rgb(214,55,144); }
H1.HeaderClassName
{
color: #D63790;
}
.AnyTagClassName
{
color: #D63790;
}
</style>
background-color css
<style>
a { background-color: #D63790; }
a { background-color: rgb(214,55,144); }
div.DivClassName
{
background-color: #D63790;
}
.BgClassName
{
background-color: #D63790;
}
</style>
border-color css
<style>
span { border-color: #D63790; }
span { border-color: rgb(214,55,144); }
td.TdClassName
{
border-color: #D63790;
}
.TagClassName
{
border-color: #D63790;
}
</style>