Shades of Deep Cerise #D63478
Tints of Deep Cerise #D63478
RGB
CMYK
RGB Variations
Color information
#D63478 (or 0xD63478) is known color: Deep Cerise. HEX triplet: D6, 34 and 78. RGB value is (214,52,120). Sum of RGB (Red+Green+Blue) = 214+52+120=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D63478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63478 is #29CB87. Grayscale: #6C6C6C. Windows color (decimal): -2739080 or 7877846. OLE color: 7877846.
HSL color Cylindrical-coordinate representation of color #D63478: hue angle of 334.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63478 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 120 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.16 |
| HSL | 334.81º | 0.66% | 0.52% | - |
| HSV(B) | 334.81º | 0.76% | 0.84% | - |
| XYZ | 32.35 | 18.11 | 19.56 | - |
| YUV | 108.19 | 134.67 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 120 | 0 | 0.76 | 0.44 | 0.16 | 334.81 | 0.66 | 0.52 |
| Hex | D6 | 34 | 78 | 0 | 4C | 2C | 10 | 14F | 42 | 34 |
| Octal | 326 | 64 | 170 | 0 | 114 | 54 | 20 | 517 | 102 | 64 |
| Binary | 11010110 | 110100 | 1111000 | 0 | 1001100 | 101100 | 10000 | 101001111 | 1000010 | 110100 |
Color Harmonies of #D63478
Complementary color
Monochromatic Colors of #D63478
Black with #D63478
Text Example
Text Example
White with #D63478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63478; }
p { color: rgb(214,52,120); }
H1.HeaderClassName
{
color: #D63478;
}
.AnyTagClassName
{
color: #D63478;
}
</style>
background-color css
<style>
a { background-color: #D63478; }
a { background-color: rgb(214,52,120); }
div.DivClassName
{
background-color: #D63478;
}
.BgClassName
{
background-color: #D63478;
}
</style>
border-color css
<style>
span { border-color: #D63478; }
span { border-color: rgb(214,52,120); }
td.TdClassName
{
border-color: #D63478;
}
.TagClassName
{
border-color: #D63478;
}
</style>