Shades of Deep Cerise #D82A75
Tints of Deep Cerise #D82A75
RGB
CMYK
RGB Variations
Color information
#D82A75 (or 0xD82A75) is known color: Deep Cerise. HEX triplet: D8, 2A and 75. RGB value is (216,42,117). Sum of RGB (Red+Green+Blue) = 216+42+117=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A75 is #27D58A. Grayscale: #666666. Windows color (decimal): -2610571 or 7678680. OLE color: 7678680.
HSL color Cylindrical-coordinate representation of color #D82A75: hue angle of 334.14º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82A75 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 117 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.15 |
| HSL | 334.14º | 0.69% | 0.51% | - |
| HSV(B) | 334.14º | 0.81% | 0.85% | - |
| XYZ | 32.36 | 17.54 | 18.51 | - |
| YUV | 102.58 | 136.15 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 117 | 0 | 0.81 | 0.46 | 0.15 | 334.14 | 0.69 | 0.51 |
| Hex | D8 | 2A | 75 | 0 | 51 | 2E | F | 14E | 45 | 33 |
| Octal | 330 | 52 | 165 | 0 | 121 | 56 | 17 | 516 | 105 | 63 |
| Binary | 11011000 | 101010 | 1110101 | 0 | 1010001 | 101110 | 1111 | 101001110 | 1000101 | 110011 |
Color Harmonies of #D82A75
Complementary color
Monochromatic Colors of #D82A75
Black with #D82A75
Text Example
Text Example
White with #D82A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A75; }
p { color: rgb(216,42,117); }
H1.HeaderClassName
{
color: #D82A75;
}
.AnyTagClassName
{
color: #D82A75;
}
</style>
background-color css
<style>
a { background-color: #D82A75; }
a { background-color: rgb(216,42,117); }
div.DivClassName
{
background-color: #D82A75;
}
.BgClassName
{
background-color: #D82A75;
}
</style>
border-color css
<style>
span { border-color: #D82A75; }
span { border-color: rgb(216,42,117); }
td.TdClassName
{
border-color: #D82A75;
}
.TagClassName
{
border-color: #D82A75;
}
</style>