Shades of Deep Cerise #D63976
Tints of Deep Cerise #D63976
RGB
CMYK
RGB Variations
Color information
#D63976 (or 0xD63976) is known color: Deep Cerise. HEX triplet: D6, 39 and 76. RGB value is (214,57,118). Sum of RGB (Red+Green+Blue) = 214+57+118=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D63976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63976 is #29C689. Grayscale: #6E6E6E. Windows color (decimal): -2737802 or 7748054. OLE color: 7748054.
HSL color Cylindrical-coordinate representation of color #D63976: hue angle of 336.69º 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 #D63976 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 118 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.16 |
| HSL | 336.69º | 0.66% | 0.53% | - |
| HSV(B) | 336.69º | 0.73% | 0.84% | - |
| XYZ | 32.46 | 18.53 | 19.01 | - |
| YUV | 110.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 118 | 0 | 0.73 | 0.45 | 0.16 | 336.69 | 0.66 | 0.53 |
| Hex | D6 | 39 | 76 | 0 | 49 | 2D | 10 | 151 | 42 | 35 |
| Octal | 326 | 71 | 166 | 0 | 111 | 55 | 20 | 521 | 102 | 65 |
| Binary | 11010110 | 111001 | 1110110 | 0 | 1001001 | 101101 | 10000 | 101010001 | 1000010 | 110101 |
Color Harmonies of #D63976
Complementary color
Monochromatic Colors of #D63976
Black with #D63976
Text Example
Text Example
White with #D63976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63976; }
p { color: rgb(214,57,118); }
H1.HeaderClassName
{
color: #D63976;
}
.AnyTagClassName
{
color: #D63976;
}
</style>
background-color css
<style>
a { background-color: #D63976; }
a { background-color: rgb(214,57,118); }
div.DivClassName
{
background-color: #D63976;
}
.BgClassName
{
background-color: #D63976;
}
</style>
border-color css
<style>
span { border-color: #D63976; }
span { border-color: rgb(214,57,118); }
td.TdClassName
{
border-color: #D63976;
}
.TagClassName
{
border-color: #D63976;
}
</style>