Shades of Deep Cerise #D83F85
Tints of Deep Cerise #D83F85
RGB
CMYK
RGB Variations
Color information
#D83F85 (or 0xD83F85) is known color: Deep Cerise. HEX triplet: D8, 3F and 85. RGB value is (216,63,133). Sum of RGB (Red+Green+Blue) = 216+63+133=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83F85 is #27C07A. Grayscale: #747474. Windows color (decimal): -2605179 or 8732632. OLE color: 8732632.
HSL color Cylindrical-coordinate representation of color #D83F85: hue angle of 332.55º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83F85 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 133 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.15 |
| HSL | 332.55º | 0.66% | 0.55% | - |
| HSV(B) | 332.55º | 0.71% | 0.85% | - |
| XYZ | 34.33 | 19.85 | 24.21 | - |
| YUV | 116.73 | 137.19 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 133 | 0 | 0.71 | 0.38 | 0.15 | 332.55 | 0.66 | 0.55 |
| Hex | D8 | 3F | 85 | 0 | 47 | 26 | F | 14D | 42 | 37 |
| Octal | 330 | 77 | 205 | 0 | 107 | 46 | 17 | 515 | 102 | 67 |
| Binary | 11011000 | 111111 | 10000101 | 0 | 1000111 | 100110 | 1111 | 101001101 | 1000010 | 110111 |
Color Harmonies of #D83F85
Complementary color
Monochromatic Colors of #D83F85
Black with #D83F85
Text Example
Text Example
White with #D83F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F85; }
p { color: rgb(216,63,133); }
H1.HeaderClassName
{
color: #D83F85;
}
.AnyTagClassName
{
color: #D83F85;
}
</style>
background-color css
<style>
a { background-color: #D83F85; }
a { background-color: rgb(216,63,133); }
div.DivClassName
{
background-color: #D83F85;
}
.BgClassName
{
background-color: #D83F85;
}
</style>
border-color css
<style>
span { border-color: #D83F85; }
span { border-color: rgb(216,63,133); }
td.TdClassName
{
border-color: #D83F85;
}
.TagClassName
{
border-color: #D83F85;
}
</style>