Shades of Deep Cerise #D83985
Tints of Deep Cerise #D83985
RGB
CMYK
RGB Variations
Color information
#D83985 (or 0xD83985) is known color: Deep Cerise. HEX triplet: D8, 39 and 85. RGB value is (216,57,133). Sum of RGB (Red+Green+Blue) = 216+57+133=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D83985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83985 is #27C67A. Grayscale: #717171. Windows color (decimal): -2606715 or 8731096. OLE color: 8731096.
HSL color Cylindrical-coordinate representation of color #D83985: hue angle of 331.32º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D83985 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 133 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.15 |
| HSL | 331.32º | 0.67% | 0.54% | - |
| HSV(B) | 331.32º | 0.74% | 0.85% | - |
| XYZ | 34.02 | 19.22 | 24.11 | - |
| YUV | 113.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 133 | 0 | 0.74 | 0.38 | 0.15 | 331.32 | 0.67 | 0.54 |
| Hex | D8 | 39 | 85 | 0 | 4A | 26 | F | 14B | 43 | 36 |
| Octal | 330 | 71 | 205 | 0 | 112 | 46 | 17 | 513 | 103 | 66 |
| Binary | 11011000 | 111001 | 10000101 | 0 | 1001010 | 100110 | 1111 | 101001011 | 1000011 | 110110 |
Color Harmonies of #D83985
Complementary color
Monochromatic Colors of #D83985
Black with #D83985
Text Example
Text Example
White with #D83985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83985; }
p { color: rgb(216,57,133); }
H1.HeaderClassName
{
color: #D83985;
}
.AnyTagClassName
{
color: #D83985;
}
</style>
background-color css
<style>
a { background-color: #D83985; }
a { background-color: rgb(216,57,133); }
div.DivClassName
{
background-color: #D83985;
}
.BgClassName
{
background-color: #D83985;
}
</style>
border-color css
<style>
span { border-color: #D83985; }
span { border-color: rgb(216,57,133); }
td.TdClassName
{
border-color: #D83985;
}
.TagClassName
{
border-color: #D83985;
}
</style>