Shades of Deep Cerise #D82A7A
Tints of Deep Cerise #D82A7A
RGB
CMYK
RGB Variations
Color information
#D82A7A (or 0xD82A7A) is known color: Deep Cerise. HEX triplet: D8, 2A and 7A. RGB value is (216,42,122). Sum of RGB (Red+Green+Blue) = 216+42+122=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A7A is #27D585. Grayscale: #676767. Windows color (decimal): -2610566 or 8006360. OLE color: 8006360.
HSL color Cylindrical-coordinate representation of color #D82A7A: hue angle of 332.41º 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 #D82A7A is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 122 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.15 |
| HSL | 332.41º | 0.69% | 0.51% | - |
| HSV(B) | 332.41º | 0.81% | 0.85% | - |
| XYZ | 32.66 | 17.66 | 20.1 | - |
| YUV | 103.15 | 138.65 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 122 | 0 | 0.81 | 0.44 | 0.15 | 332.41 | 0.69 | 0.51 |
| Hex | D8 | 2A | 7A | 0 | 51 | 2C | F | 14C | 45 | 33 |
| Octal | 330 | 52 | 172 | 0 | 121 | 54 | 17 | 514 | 105 | 63 |
| Binary | 11011000 | 101010 | 1111010 | 0 | 1010001 | 101100 | 1111 | 101001100 | 1000101 | 110011 |
Color Harmonies of #D82A7A
Complementary color
Monochromatic Colors of #D82A7A
Black with #D82A7A
Text Example
Text Example
White with #D82A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A7A; }
p { color: rgb(216,42,122); }
H1.HeaderClassName
{
color: #D82A7A;
}
.AnyTagClassName
{
color: #D82A7A;
}
</style>
background-color css
<style>
a { background-color: #D82A7A; }
a { background-color: rgb(216,42,122); }
div.DivClassName
{
background-color: #D82A7A;
}
.BgClassName
{
background-color: #D82A7A;
}
</style>
border-color css
<style>
span { border-color: #D82A7A; }
span { border-color: rgb(216,42,122); }
td.TdClassName
{
border-color: #D82A7A;
}
.TagClassName
{
border-color: #D82A7A;
}
</style>