Shades of Deep Cerise #D63076
Tints of Deep Cerise #D63076
RGB
CMYK
RGB Variations
Color information
#D63076 (or 0xD63076) is known color: Deep Cerise. HEX triplet: D6, 30 and 76. RGB value is (214,48,118). Sum of RGB (Red+Green+Blue) = 214+48+118=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D63076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63076 is #29CF89. Grayscale: #696969. Windows color (decimal): -2740106 or 7745750. OLE color: 7745750.
HSL color Cylindrical-coordinate representation of color #D63076: hue angle of 334.7º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D63076 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 118 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.16 |
| HSL | 334.7º | 0.67% | 0.51% | - |
| HSV(B) | 334.7º | 0.78% | 0.84% | - |
| XYZ | 32.06 | 17.72 | 18.87 | - |
| YUV | 105.61 | 135 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 118 | 0 | 0.78 | 0.45 | 0.16 | 334.7 | 0.67 | 0.51 |
| Hex | D6 | 30 | 76 | 0 | 4E | 2D | 10 | 14F | 43 | 33 |
| Octal | 326 | 60 | 166 | 0 | 116 | 55 | 20 | 517 | 103 | 63 |
| Binary | 11010110 | 110000 | 1110110 | 0 | 1001110 | 101101 | 10000 | 101001111 | 1000011 | 110011 |
Color Harmonies of #D63076
Complementary color
Monochromatic Colors of #D63076
Black with #D63076
Text Example
Text Example
White with #D63076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63076; }
p { color: rgb(214,48,118); }
H1.HeaderClassName
{
color: #D63076;
}
.AnyTagClassName
{
color: #D63076;
}
</style>
background-color css
<style>
a { background-color: #D63076; }
a { background-color: rgb(214,48,118); }
div.DivClassName
{
background-color: #D63076;
}
.BgClassName
{
background-color: #D63076;
}
</style>
border-color css
<style>
span { border-color: #D63076; }
span { border-color: rgb(214,48,118); }
td.TdClassName
{
border-color: #D63076;
}
.TagClassName
{
border-color: #D63076;
}
</style>