Shades of Deep Cerise #D63676
Tints of Deep Cerise #D63676
RGB
CMYK
RGB Variations
Color information
#D63676 (or 0xD63676) is known color: Deep Cerise. HEX triplet: D6, 36 and 76. RGB value is (214,54,118). Sum of RGB (Red+Green+Blue) = 214+54+118=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D63676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63676 is #29C989. Grayscale: #6D6D6D. Windows color (decimal): -2738570 or 7747286. OLE color: 7747286.
HSL color Cylindrical-coordinate representation of color #D63676: hue angle of 336º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63676 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 118 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.16 |
| HSL | 336º | 0.66% | 0.53% | - |
| HSV(B) | 336º | 0.75% | 0.84% | - |
| XYZ | 32.32 | 18.24 | 18.96 | - |
| YUV | 109.14 | 133.01 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 118 | 0 | 0.75 | 0.45 | 0.16 | 336 | 0.66 | 0.53 |
| Hex | D6 | 36 | 76 | 0 | 4B | 2D | 10 | 150 | 42 | 35 |
| Octal | 326 | 66 | 166 | 0 | 113 | 55 | 20 | 520 | 102 | 65 |
| Binary | 11010110 | 110110 | 1110110 | 0 | 1001011 | 101101 | 10000 | 101010000 | 1000010 | 110101 |
Color Harmonies of #D63676
Complementary color
Monochromatic Colors of #D63676
Black with #D63676
Text Example
Text Example
White with #D63676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63676; }
p { color: rgb(214,54,118); }
H1.HeaderClassName
{
color: #D63676;
}
.AnyTagClassName
{
color: #D63676;
}
</style>
background-color css
<style>
a { background-color: #D63676; }
a { background-color: rgb(214,54,118); }
div.DivClassName
{
background-color: #D63676;
}
.BgClassName
{
background-color: #D63676;
}
</style>
border-color css
<style>
span { border-color: #D63676; }
span { border-color: rgb(214,54,118); }
td.TdClassName
{
border-color: #D63676;
}
.TagClassName
{
border-color: #D63676;
}
</style>