Shades of Deep Cerise #D83881
Tints of Deep Cerise #D83881
RGB
CMYK
RGB Variations
Color information
#D83881 (or 0xD83881) is known color: Deep Cerise. HEX triplet: D8, 38 and 81. RGB value is (216,56,129). Sum of RGB (Red+Green+Blue) = 216+56+129=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D83881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83881 is #27C77E. Grayscale: #707070. Windows color (decimal): -2606975 or 8468696. OLE color: 8468696.
HSL color Cylindrical-coordinate representation of color #D83881: hue angle of 332.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D83881 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 129 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.15 |
| HSL | 332.63º | 0.67% | 0.53% | - |
| HSV(B) | 332.63º | 0.74% | 0.85% | - |
| XYZ | 33.7 | 19.01 | 22.66 | - |
| YUV | 112.16 | 137.51 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 129 | 0 | 0.74 | 0.40 | 0.15 | 332.63 | 0.67 | 0.53 |
| Hex | D8 | 38 | 81 | 0 | 4A | 28 | F | 14D | 43 | 35 |
| Octal | 330 | 70 | 201 | 0 | 112 | 50 | 17 | 515 | 103 | 65 |
| Binary | 11011000 | 111000 | 10000001 | 0 | 1001010 | 101000 | 1111 | 101001101 | 1000011 | 110101 |
Color Harmonies of #D83881
Complementary color
Monochromatic Colors of #D83881
Black with #D83881
Text Example
Text Example
White with #D83881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83881; }
p { color: rgb(216,56,129); }
H1.HeaderClassName
{
color: #D83881;
}
.AnyTagClassName
{
color: #D83881;
}
</style>
background-color css
<style>
a { background-color: #D83881; }
a { background-color: rgb(216,56,129); }
div.DivClassName
{
background-color: #D83881;
}
.BgClassName
{
background-color: #D83881;
}
</style>
border-color css
<style>
span { border-color: #D83881; }
span { border-color: rgb(216,56,129); }
td.TdClassName
{
border-color: #D83881;
}
.TagClassName
{
border-color: #D83881;
}
</style>