Shades of Deep Cerise #D83D83
Tints of Deep Cerise #D83D83
RGB
CMYK
RGB Variations
Color information
#D83D83 (or 0xD83D83) is known color: Deep Cerise. HEX triplet: D8, 3D and 83. RGB value is (216,61,131). Sum of RGB (Red+Green+Blue) = 216+61+131=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83D83 is #27C27C. Grayscale: #737373. Windows color (decimal): -2605693 or 8601048. OLE color: 8601048.
HSL color Cylindrical-coordinate representation of color #D83D83: hue angle of 332.9º 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 #D83D83 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 131 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.15 |
| HSL | 332.9º | 0.67% | 0.54% | - |
| HSV(B) | 332.9º | 0.72% | 0.85% | - |
| XYZ | 34.08 | 19.58 | 23.45 | - |
| YUV | 115.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 131 | 0 | 0.72 | 0.39 | 0.15 | 332.9 | 0.67 | 0.54 |
| Hex | D8 | 3D | 83 | 0 | 48 | 27 | F | 14D | 43 | 36 |
| Octal | 330 | 75 | 203 | 0 | 110 | 47 | 17 | 515 | 103 | 66 |
| Binary | 11011000 | 111101 | 10000011 | 0 | 1001000 | 100111 | 1111 | 101001101 | 1000011 | 110110 |
Color Harmonies of #D83D83
Complementary color
Monochromatic Colors of #D83D83
Black with #D83D83
Text Example
Text Example
White with #D83D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D83; }
p { color: rgb(216,61,131); }
H1.HeaderClassName
{
color: #D83D83;
}
.AnyTagClassName
{
color: #D83D83;
}
</style>
background-color css
<style>
a { background-color: #D83D83; }
a { background-color: rgb(216,61,131); }
div.DivClassName
{
background-color: #D83D83;
}
.BgClassName
{
background-color: #D83D83;
}
</style>
border-color css
<style>
span { border-color: #D83D83; }
span { border-color: rgb(216,61,131); }
td.TdClassName
{
border-color: #D83D83;
}
.TagClassName
{
border-color: #D83D83;
}
</style>