Shades of Deep Cerise #D83485
Tints of Deep Cerise #D83485
RGB
CMYK
RGB Variations
Color information
#D83485 (or 0xD83485) is known color: Deep Cerise. HEX triplet: D8, 34 and 85. RGB value is (216,52,133). Sum of RGB (Red+Green+Blue) = 216+52+133=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D83485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83485 is #27CB7A. Grayscale: #6E6E6E. Windows color (decimal): -2607995 or 8729816. OLE color: 8729816.
HSL color Cylindrical-coordinate representation of color #D83485: hue angle of 330.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83485 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 133 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.15 |
| HSL | 330.37º | 0.68% | 0.53% | - |
| HSV(B) | 330.37º | 0.76% | 0.85% | - |
| XYZ | 33.78 | 18.75 | 24.03 | - |
| YUV | 110.27 | 140.83 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 133 | 0 | 0.76 | 0.38 | 0.15 | 330.37 | 0.68 | 0.53 |
| Hex | D8 | 34 | 85 | 0 | 4C | 26 | F | 14A | 44 | 35 |
| Octal | 330 | 64 | 205 | 0 | 114 | 46 | 17 | 512 | 104 | 65 |
| Binary | 11011000 | 110100 | 10000101 | 0 | 1001100 | 100110 | 1111 | 101001010 | 1000100 | 110101 |
Color Harmonies of #D83485
Complementary color
Monochromatic Colors of #D83485
Black with #D83485
Text Example
Text Example
White with #D83485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83485; }
p { color: rgb(216,52,133); }
H1.HeaderClassName
{
color: #D83485;
}
.AnyTagClassName
{
color: #D83485;
}
</style>
background-color css
<style>
a { background-color: #D83485; }
a { background-color: rgb(216,52,133); }
div.DivClassName
{
background-color: #D83485;
}
.BgClassName
{
background-color: #D83485;
}
</style>
border-color css
<style>
span { border-color: #D83485; }
span { border-color: rgb(216,52,133); }
td.TdClassName
{
border-color: #D83485;
}
.TagClassName
{
border-color: #D83485;
}
</style>