Shades of Deep Cerise #D82D8C
Tints of Deep Cerise #D82D8C
RGB
CMYK
RGB Variations
Color information
#D82D8C (or 0xD82D8C) is known color: Deep Cerise. HEX triplet: D8, 2D and 8C. RGB value is (216,45,140). Sum of RGB (Red+Green+Blue) = 216+45+140=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82D8C is #27D273. Grayscale: #6A6A6A. Windows color (decimal): -2609780 or 9186776. OLE color: 9186776.
HSL color Cylindrical-coordinate representation of color #D82D8C: hue angle of 326.67º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82D8C is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 140 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.15 |
| HSL | 326.67º | 0.69% | 0.51% | - |
| HSV(B) | 326.67º | 0.79% | 0.85% | - |
| XYZ | 33.99 | 18.37 | 26.57 | - |
| YUV | 106.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 140 | 0 | 0.79 | 0.35 | 0.15 | 326.67 | 0.69 | 0.51 |
| Hex | D8 | 2D | 8C | 0 | 4F | 23 | F | 147 | 45 | 33 |
| Octal | 330 | 55 | 214 | 0 | 117 | 43 | 17 | 507 | 105 | 63 |
| Binary | 11011000 | 101101 | 10001100 | 0 | 1001111 | 100011 | 1111 | 101000111 | 1000101 | 110011 |
Color Harmonies of #D82D8C
Complementary color
Monochromatic Colors of #D82D8C
Black with #D82D8C
Text Example
Text Example
White with #D82D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D8C; }
p { color: rgb(216,45,140); }
H1.HeaderClassName
{
color: #D82D8C;
}
.AnyTagClassName
{
color: #D82D8C;
}
</style>
background-color css
<style>
a { background-color: #D82D8C; }
a { background-color: rgb(216,45,140); }
div.DivClassName
{
background-color: #D82D8C;
}
.BgClassName
{
background-color: #D82D8C;
}
</style>
border-color css
<style>
span { border-color: #D82D8C; }
span { border-color: rgb(216,45,140); }
td.TdClassName
{
border-color: #D82D8C;
}
.TagClassName
{
border-color: #D82D8C;
}
</style>