Shades of Deep Cerise #D83D8E
Tints of Deep Cerise #D83D8E
RGB
CMYK
RGB Variations
Color information
#D83D8E (or 0xD83D8E) is known color: Deep Cerise. HEX triplet: D8, 3D and 8E. RGB value is (216,61,142). Sum of RGB (Red+Green+Blue) = 216+61+142=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83D8E is #27C271. Grayscale: #747474. Windows color (decimal): -2605682 or 9321944. OLE color: 9321944.
HSL color Cylindrical-coordinate representation of color #D83D8E: hue angle of 328.65º 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 #D83D8E is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 142 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.15 |
| HSL | 328.65º | 0.67% | 0.54% | - |
| HSV(B) | 328.65º | 0.72% | 0.85% | - |
| XYZ | 34.87 | 19.89 | 27.59 | - |
| YUV | 116.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 142 | 0 | 0.72 | 0.34 | 0.15 | 328.65 | 0.67 | 0.54 |
| Hex | D8 | 3D | 8E | 0 | 48 | 22 | F | 149 | 43 | 36 |
| Octal | 330 | 75 | 216 | 0 | 110 | 42 | 17 | 511 | 103 | 66 |
| Binary | 11011000 | 111101 | 10001110 | 0 | 1001000 | 100010 | 1111 | 101001001 | 1000011 | 110110 |
Color Harmonies of #D83D8E
Complementary color
Monochromatic Colors of #D83D8E
Black with #D83D8E
Text Example
Text Example
White with #D83D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D8E; }
p { color: rgb(216,61,142); }
H1.HeaderClassName
{
color: #D83D8E;
}
.AnyTagClassName
{
color: #D83D8E;
}
</style>
background-color css
<style>
a { background-color: #D83D8E; }
a { background-color: rgb(216,61,142); }
div.DivClassName
{
background-color: #D83D8E;
}
.BgClassName
{
background-color: #D83D8E;
}
</style>
border-color css
<style>
span { border-color: #D83D8E; }
span { border-color: rgb(216,61,142); }
td.TdClassName
{
border-color: #D83D8E;
}
.TagClassName
{
border-color: #D83D8E;
}
</style>