Shades of Deep Cerise #D82A7E
Tints of Deep Cerise #D82A7E
RGB
CMYK
RGB Variations
Color information
#D82A7E (or 0xD82A7E) is known color: Deep Cerise. HEX triplet: D8, 2A and 7E. RGB value is (216,42,126). Sum of RGB (Red+Green+Blue) = 216+42+126=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A7E is #27D581. Grayscale: #676767. Windows color (decimal): -2610562 or 8268504. OLE color: 8268504.
HSL color Cylindrical-coordinate representation of color #D82A7E: hue angle of 331.03º 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 #D82A7E is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 126 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.15 |
| HSL | 331.03º | 0.69% | 0.51% | - |
| HSV(B) | 331.03º | 0.81% | 0.85% | - |
| XYZ | 32.91 | 17.76 | 21.43 | - |
| YUV | 103.6 | 140.65 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 126 | 0 | 0.81 | 0.42 | 0.15 | 331.03 | 0.69 | 0.51 |
| Hex | D8 | 2A | 7E | 0 | 51 | 2A | F | 14B | 45 | 33 |
| Octal | 330 | 52 | 176 | 0 | 121 | 52 | 17 | 513 | 105 | 63 |
| Binary | 11011000 | 101010 | 1111110 | 0 | 1010001 | 101010 | 1111 | 101001011 | 1000101 | 110011 |
Color Harmonies of #D82A7E
Complementary color
Monochromatic Colors of #D82A7E
Black with #D82A7E
Text Example
Text Example
White with #D82A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A7E; }
p { color: rgb(216,42,126); }
H1.HeaderClassName
{
color: #D82A7E;
}
.AnyTagClassName
{
color: #D82A7E;
}
</style>
background-color css
<style>
a { background-color: #D82A7E; }
a { background-color: rgb(216,42,126); }
div.DivClassName
{
background-color: #D82A7E;
}
.BgClassName
{
background-color: #D82A7E;
}
</style>
border-color css
<style>
span { border-color: #D82A7E; }
span { border-color: rgb(216,42,126); }
td.TdClassName
{
border-color: #D82A7E;
}
.TagClassName
{
border-color: #D82A7E;
}
</style>