Shades of Deep Cerise #D83C7E
Tints of Deep Cerise #D83C7E
RGB
CMYK
RGB Variations
Color information
#D83C7E (or 0xD83C7E) is known color: Deep Cerise. HEX triplet: D8, 3C and 7E. RGB value is (216,60,126). Sum of RGB (Red+Green+Blue) = 216+60+126=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83C7E is #27C381. Grayscale: #727272. Windows color (decimal): -2605954 or 8273112. OLE color: 8273112.
HSL color Cylindrical-coordinate representation of color #D83C7E: hue angle of 334.62º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83C7E is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 126 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.15 |
| HSL | 334.62º | 0.67% | 0.54% | - |
| HSV(B) | 334.62º | 0.72% | 0.85% | - |
| XYZ | 33.7 | 19.34 | 21.69 | - |
| YUV | 114.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 126 | 0 | 0.72 | 0.42 | 0.15 | 334.62 | 0.67 | 0.54 |
| Hex | D8 | 3C | 7E | 0 | 48 | 2A | F | 14F | 43 | 36 |
| Octal | 330 | 74 | 176 | 0 | 110 | 52 | 17 | 517 | 103 | 66 |
| Binary | 11011000 | 111100 | 1111110 | 0 | 1001000 | 101010 | 1111 | 101001111 | 1000011 | 110110 |
Color Harmonies of #D83C7E
Complementary color
Monochromatic Colors of #D83C7E
Black with #D83C7E
Text Example
Text Example
White with #D83C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C7E; }
p { color: rgb(216,60,126); }
H1.HeaderClassName
{
color: #D83C7E;
}
.AnyTagClassName
{
color: #D83C7E;
}
</style>
background-color css
<style>
a { background-color: #D83C7E; }
a { background-color: rgb(216,60,126); }
div.DivClassName
{
background-color: #D83C7E;
}
.BgClassName
{
background-color: #D83C7E;
}
</style>
border-color css
<style>
span { border-color: #D83C7E; }
span { border-color: rgb(216,60,126); }
td.TdClassName
{
border-color: #D83C7E;
}
.TagClassName
{
border-color: #D83C7E;
}
</style>