Shades of Deep Cerise #D83F8F
Tints of Deep Cerise #D83F8F
RGB
CMYK
RGB Variations
Color information
#D83F8F (or 0xD83F8F) is known color: Deep Cerise. HEX triplet: D8, 3F and 8F. RGB value is (216,63,143). Sum of RGB (Red+Green+Blue) = 216+63+143=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83F8F is #27C070. Grayscale: #757575. Windows color (decimal): -2605169 or 9387992. OLE color: 9387992.
HSL color Cylindrical-coordinate representation of color #D83F8F: hue angle of 328.63º 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 #D83F8F is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 143 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.15 |
| HSL | 328.63º | 0.66% | 0.55% | - |
| HSV(B) | 328.63º | 0.71% | 0.85% | - |
| XYZ | 35.05 | 20.14 | 28.03 | - |
| YUV | 117.87 | 142.19 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 143 | 0 | 0.71 | 0.34 | 0.15 | 328.63 | 0.66 | 0.55 |
| Hex | D8 | 3F | 8F | 0 | 47 | 22 | F | 149 | 42 | 37 |
| Octal | 330 | 77 | 217 | 0 | 107 | 42 | 17 | 511 | 102 | 67 |
| Binary | 11011000 | 111111 | 10001111 | 0 | 1000111 | 100010 | 1111 | 101001001 | 1000010 | 110111 |
Color Harmonies of #D83F8F
Complementary color
Monochromatic Colors of #D83F8F
Black with #D83F8F
Text Example
Text Example
White with #D83F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F8F; }
p { color: rgb(216,63,143); }
H1.HeaderClassName
{
color: #D83F8F;
}
.AnyTagClassName
{
color: #D83F8F;
}
</style>
background-color css
<style>
a { background-color: #D83F8F; }
a { background-color: rgb(216,63,143); }
div.DivClassName
{
background-color: #D83F8F;
}
.BgClassName
{
background-color: #D83F8F;
}
</style>
border-color css
<style>
span { border-color: #D83F8F; }
span { border-color: rgb(216,63,143); }
td.TdClassName
{
border-color: #D83F8F;
}
.TagClassName
{
border-color: #D83F8F;
}
</style>