Shades of Deep Cerise #D83D80
Tints of Deep Cerise #D83D80
RGB
CMYK
RGB Variations
Color information
#D83D80 (or 0xD83D80) is known color: Deep Cerise. HEX triplet: D8, 3D and 80. RGB value is (216,61,128). Sum of RGB (Red+Green+Blue) = 216+61+128=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83D80 is #27C27F. Grayscale: #727272. Windows color (decimal): -2605696 or 8404440. OLE color: 8404440.
HSL color Cylindrical-coordinate representation of color #D83D80: hue angle of 334.06º 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 #D83D80 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 128 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.15 |
| HSL | 334.06º | 0.67% | 0.54% | - |
| HSV(B) | 334.06º | 0.72% | 0.85% | - |
| XYZ | 33.88 | 19.49 | 22.4 | - |
| YUV | 114.98 | 135.35 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 128 | 0 | 0.72 | 0.41 | 0.15 | 334.06 | 0.67 | 0.54 |
| Hex | D8 | 3D | 80 | 0 | 48 | 29 | F | 14E | 43 | 36 |
| Octal | 330 | 75 | 200 | 0 | 110 | 51 | 17 | 516 | 103 | 66 |
| Binary | 11011000 | 111101 | 10000000 | 0 | 1001000 | 101001 | 1111 | 101001110 | 1000011 | 110110 |
Color Harmonies of #D83D80
Complementary color
Monochromatic Colors of #D83D80
Black with #D83D80
Text Example
Text Example
White with #D83D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D80; }
p { color: rgb(216,61,128); }
H1.HeaderClassName
{
color: #D83D80;
}
.AnyTagClassName
{
color: #D83D80;
}
</style>
background-color css
<style>
a { background-color: #D83D80; }
a { background-color: rgb(216,61,128); }
div.DivClassName
{
background-color: #D83D80;
}
.BgClassName
{
background-color: #D83D80;
}
</style>
border-color css
<style>
span { border-color: #D83D80; }
span { border-color: rgb(216,61,128); }
td.TdClassName
{
border-color: #D83D80;
}
.TagClassName
{
border-color: #D83D80;
}
</style>