Shades of Deep Cerise #D83A7C
Tints of Deep Cerise #D83A7C
RGB
CMYK
RGB Variations
Color information
#D83A7C (or 0xD83A7C) is known color: Deep Cerise. HEX triplet: D8, 3A and 7C. RGB value is (216,58,124). Sum of RGB (Red+Green+Blue) = 216+58+124=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83A7C is #27C583. Grayscale: #707070. Windows color (decimal): -2606468 or 8141528. OLE color: 8141528.
HSL color Cylindrical-coordinate representation of color #D83A7C: hue angle of 334.94º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83A7C is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 124 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.15 |
| HSL | 334.94º | 0.67% | 0.54% | - |
| HSV(B) | 334.94º | 0.73% | 0.85% | - |
| XYZ | 33.47 | 19.08 | 20.99 | - |
| YUV | 112.77 | 134.35 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 124 | 0 | 0.73 | 0.43 | 0.15 | 334.94 | 0.67 | 0.54 |
| Hex | D8 | 3A | 7C | 0 | 49 | 2B | F | 14F | 43 | 36 |
| Octal | 330 | 72 | 174 | 0 | 111 | 53 | 17 | 517 | 103 | 66 |
| Binary | 11011000 | 111010 | 1111100 | 0 | 1001001 | 101011 | 1111 | 101001111 | 1000011 | 110110 |
Color Harmonies of #D83A7C
Complementary color
Monochromatic Colors of #D83A7C
Black with #D83A7C
Text Example
Text Example
White with #D83A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A7C; }
p { color: rgb(216,58,124); }
H1.HeaderClassName
{
color: #D83A7C;
}
.AnyTagClassName
{
color: #D83A7C;
}
</style>
background-color css
<style>
a { background-color: #D83A7C; }
a { background-color: rgb(216,58,124); }
div.DivClassName
{
background-color: #D83A7C;
}
.BgClassName
{
background-color: #D83A7C;
}
</style>
border-color css
<style>
span { border-color: #D83A7C; }
span { border-color: rgb(216,58,124); }
td.TdClassName
{
border-color: #D83A7C;
}
.TagClassName
{
border-color: #D83A7C;
}
</style>