Shades of Deep Cerise #D63978
Tints of Deep Cerise #D63978
RGB
CMYK
RGB Variations
Color information
#D63978 (or 0xD63978) is known color: Deep Cerise. HEX triplet: D6, 39 and 78. RGB value is (214,57,120). Sum of RGB (Red+Green+Blue) = 214+57+120=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D63978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63978 is #29C687. Grayscale: #6F6F6F. Windows color (decimal): -2737800 or 7879126. OLE color: 7879126.
HSL color Cylindrical-coordinate representation of color #D63978: hue angle of 335.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63978 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 120 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.16 |
| HSL | 335.92º | 0.66% | 0.53% | - |
| HSV(B) | 335.92º | 0.73% | 0.84% | - |
| XYZ | 32.58 | 18.58 | 19.64 | - |
| YUV | 111.13 | 133.01 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 120 | 0 | 0.73 | 0.44 | 0.16 | 335.92 | 0.66 | 0.53 |
| Hex | D6 | 39 | 78 | 0 | 49 | 2C | 10 | 150 | 42 | 35 |
| Octal | 326 | 71 | 170 | 0 | 111 | 54 | 20 | 520 | 102 | 65 |
| Binary | 11010110 | 111001 | 1111000 | 0 | 1001001 | 101100 | 10000 | 101010000 | 1000010 | 110101 |
Color Harmonies of #D63978
Complementary color
Monochromatic Colors of #D63978
Black with #D63978
Text Example
Text Example
White with #D63978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63978; }
p { color: rgb(214,57,120); }
H1.HeaderClassName
{
color: #D63978;
}
.AnyTagClassName
{
color: #D63978;
}
</style>
background-color css
<style>
a { background-color: #D63978; }
a { background-color: rgb(214,57,120); }
div.DivClassName
{
background-color: #D63978;
}
.BgClassName
{
background-color: #D63978;
}
</style>
border-color css
<style>
span { border-color: #D63978; }
span { border-color: rgb(214,57,120); }
td.TdClassName
{
border-color: #D63978;
}
.TagClassName
{
border-color: #D63978;
}
</style>