Shades of Deep Cerise #D63C7E
Tints of Deep Cerise #D63C7E
RGB
CMYK
RGB Variations
Color information
#D63C7E (or 0xD63C7E) is known color: Deep Cerise. HEX triplet: D6, 3C and 7E. RGB value is (214,60,126). Sum of RGB (Red+Green+Blue) = 214+60+126=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63C7E is #29C381. Grayscale: #717171. Windows color (decimal): -2737026 or 8273110. OLE color: 8273110.
HSL color Cylindrical-coordinate representation of color #D63C7E: hue angle of 334.29º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63C7E is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 126 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.16 |
| HSL | 334.29º | 0.65% | 0.54% | - |
| HSV(B) | 334.29º | 0.72% | 0.84% | - |
| XYZ | 33.11 | 19.03 | 21.67 | - |
| YUV | 113.57 | 135.02 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 126 | 0 | 0.72 | 0.41 | 0.16 | 334.29 | 0.65 | 0.54 |
| Hex | D6 | 3C | 7E | 0 | 48 | 29 | 10 | 14E | 41 | 36 |
| Octal | 326 | 74 | 176 | 0 | 110 | 51 | 20 | 516 | 101 | 66 |
| Binary | 11010110 | 111100 | 1111110 | 0 | 1001000 | 101001 | 10000 | 101001110 | 1000001 | 110110 |
Color Harmonies of #D63C7E
Complementary color
Monochromatic Colors of #D63C7E
Black with #D63C7E
Text Example
Text Example
White with #D63C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C7E; }
p { color: rgb(214,60,126); }
H1.HeaderClassName
{
color: #D63C7E;
}
.AnyTagClassName
{
color: #D63C7E;
}
</style>
background-color css
<style>
a { background-color: #D63C7E; }
a { background-color: rgb(214,60,126); }
div.DivClassName
{
background-color: #D63C7E;
}
.BgClassName
{
background-color: #D63C7E;
}
</style>
border-color css
<style>
span { border-color: #D63C7E; }
span { border-color: rgb(214,60,126); }
td.TdClassName
{
border-color: #D63C7E;
}
.TagClassName
{
border-color: #D63C7E;
}
</style>