Shades of Deep Cerise #D63977
Tints of Deep Cerise #D63977
RGB
CMYK
RGB Variations
Color information
#D63977 (or 0xD63977) is known color: Deep Cerise. HEX triplet: D6, 39 and 77. RGB value is (214,57,119). Sum of RGB (Red+Green+Blue) = 214+57+119=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D63977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63977 is #29C688. Grayscale: #6E6E6E. Windows color (decimal): -2737801 or 7813590. OLE color: 7813590.
HSL color Cylindrical-coordinate representation of color #D63977: hue angle of 336.31º 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 #D63977 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 119 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.16 |
| HSL | 336.31º | 0.66% | 0.53% | - |
| HSV(B) | 336.31º | 0.73% | 0.84% | - |
| XYZ | 32.52 | 18.55 | 19.32 | - |
| YUV | 111.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 119 | 0 | 0.73 | 0.44 | 0.16 | 336.31 | 0.66 | 0.53 |
| Hex | D6 | 39 | 77 | 0 | 49 | 2C | 10 | 150 | 42 | 35 |
| Octal | 326 | 71 | 167 | 0 | 111 | 54 | 20 | 520 | 102 | 65 |
| Binary | 11010110 | 111001 | 1110111 | 0 | 1001001 | 101100 | 10000 | 101010000 | 1000010 | 110101 |
Color Harmonies of #D63977
Complementary color
Monochromatic Colors of #D63977
Black with #D63977
Text Example
Text Example
White with #D63977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63977; }
p { color: rgb(214,57,119); }
H1.HeaderClassName
{
color: #D63977;
}
.AnyTagClassName
{
color: #D63977;
}
</style>
background-color css
<style>
a { background-color: #D63977; }
a { background-color: rgb(214,57,119); }
div.DivClassName
{
background-color: #D63977;
}
.BgClassName
{
background-color: #D63977;
}
</style>
border-color css
<style>
span { border-color: #D63977; }
span { border-color: rgb(214,57,119); }
td.TdClassName
{
border-color: #D63977;
}
.TagClassName
{
border-color: #D63977;
}
</style>