Shades of Deep Cerise #D82085
Tints of Deep Cerise #D82085
RGB
CMYK
RGB Variations
Color information
#D82085 (or 0xD82085) is known color: Deep Cerise. HEX triplet: D8, 20 and 85. RGB value is (216,32,133). Sum of RGB (Red+Green+Blue) = 216+32+133=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D82085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82085 is #27DF7A. Grayscale: #626262. Windows color (decimal): -2613115 or 8724696. OLE color: 8724696.
HSL color Cylindrical-coordinate representation of color #D82085: hue angle of 327.07º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82085 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 133 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.15 |
| HSL | 327.07º | 0.74% | 0.49% | - |
| HSV(B) | 327.07º | 0.85% | 0.85% | - |
| XYZ | 33.07 | 17.33 | 23.79 | - |
| YUV | 98.53 | 147.46 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 133 | 0 | 0.85 | 0.38 | 0.15 | 327.07 | 0.74 | 0.49 |
| Hex | D8 | 20 | 85 | 0 | 55 | 26 | F | 147 | 4A | 31 |
| Octal | 330 | 40 | 205 | 0 | 125 | 46 | 17 | 507 | 112 | 61 |
| Binary | 11011000 | 100000 | 10000101 | 0 | 1010101 | 100110 | 1111 | 101000111 | 1001010 | 110001 |
Color Harmonies of #D82085
Complementary color
Monochromatic Colors of #D82085
Black with #D82085
Text Example
Text Example
White with #D82085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82085; }
p { color: rgb(216,32,133); }
H1.HeaderClassName
{
color: #D82085;
}
.AnyTagClassName
{
color: #D82085;
}
</style>
background-color css
<style>
a { background-color: #D82085; }
a { background-color: rgb(216,32,133); }
div.DivClassName
{
background-color: #D82085;
}
.BgClassName
{
background-color: #D82085;
}
</style>
border-color css
<style>
span { border-color: #D82085; }
span { border-color: rgb(216,32,133); }
td.TdClassName
{
border-color: #D82085;
}
.TagClassName
{
border-color: #D82085;
}
</style>