Shades of Deep Cerise #D83C80
Tints of Deep Cerise #D83C80
RGB
CMYK
RGB Variations
Color information
#D83C80 (or 0xD83C80) is known color: Deep Cerise. HEX triplet: D8, 3C and 80. RGB value is (216,60,128). Sum of RGB (Red+Green+Blue) = 216+60+128=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83C80 is #27C37F. Grayscale: #727272. Windows color (decimal): -2605952 or 8404184. OLE color: 8404184.
HSL color Cylindrical-coordinate representation of color #D83C80: hue angle of 333.85º 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 #D83C80 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 128 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.15 |
| HSL | 333.85º | 0.67% | 0.54% | - |
| HSV(B) | 333.85º | 0.72% | 0.85% | - |
| XYZ | 33.83 | 19.39 | 22.38 | - |
| YUV | 114.4 | 135.68 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 128 | 0 | 0.72 | 0.41 | 0.15 | 333.85 | 0.67 | 0.54 |
| Hex | D8 | 3C | 80 | 0 | 48 | 29 | F | 14E | 43 | 36 |
| Octal | 330 | 74 | 200 | 0 | 110 | 51 | 17 | 516 | 103 | 66 |
| Binary | 11011000 | 111100 | 10000000 | 0 | 1001000 | 101001 | 1111 | 101001110 | 1000011 | 110110 |
Color Harmonies of #D83C80
Complementary color
Monochromatic Colors of #D83C80
Black with #D83C80
Text Example
Text Example
White with #D83C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C80; }
p { color: rgb(216,60,128); }
H1.HeaderClassName
{
color: #D83C80;
}
.AnyTagClassName
{
color: #D83C80;
}
</style>
background-color css
<style>
a { background-color: #D83C80; }
a { background-color: rgb(216,60,128); }
div.DivClassName
{
background-color: #D83C80;
}
.BgClassName
{
background-color: #D83C80;
}
</style>
border-color css
<style>
span { border-color: #D83C80; }
span { border-color: rgb(216,60,128); }
td.TdClassName
{
border-color: #D83C80;
}
.TagClassName
{
border-color: #D83C80;
}
</style>