Shades of Deep Cerise #D82A7D
Tints of Deep Cerise #D82A7D
RGB
CMYK
RGB Variations
Color information
#D82A7D (or 0xD82A7D) is known color: Deep Cerise. HEX triplet: D8, 2A and 7D. RGB value is (216,42,125). Sum of RGB (Red+Green+Blue) = 216+42+125=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A7D is #27D582. Grayscale: #676767. Windows color (decimal): -2610563 or 8202968. OLE color: 8202968.
HSL color Cylindrical-coordinate representation of color #D82A7D: hue angle of 331.38º 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 #D82A7D is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 125 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.15 |
| HSL | 331.38º | 0.69% | 0.51% | - |
| HSV(B) | 331.38º | 0.81% | 0.85% | - |
| XYZ | 32.85 | 17.74 | 21.09 | - |
| YUV | 103.49 | 140.15 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 125 | 0 | 0.81 | 0.42 | 0.15 | 331.38 | 0.69 | 0.51 |
| Hex | D8 | 2A | 7D | 0 | 51 | 2A | F | 14B | 45 | 33 |
| Octal | 330 | 52 | 175 | 0 | 121 | 52 | 17 | 513 | 105 | 63 |
| Binary | 11011000 | 101010 | 1111101 | 0 | 1010001 | 101010 | 1111 | 101001011 | 1000101 | 110011 |
Color Harmonies of #D82A7D
Complementary color
Monochromatic Colors of #D82A7D
Black with #D82A7D
Text Example
Text Example
White with #D82A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A7D; }
p { color: rgb(216,42,125); }
H1.HeaderClassName
{
color: #D82A7D;
}
.AnyTagClassName
{
color: #D82A7D;
}
</style>
background-color css
<style>
a { background-color: #D82A7D; }
a { background-color: rgb(216,42,125); }
div.DivClassName
{
background-color: #D82A7D;
}
.BgClassName
{
background-color: #D82A7D;
}
</style>
border-color css
<style>
span { border-color: #D82A7D; }
span { border-color: rgb(216,42,125); }
td.TdClassName
{
border-color: #D82A7D;
}
.TagClassName
{
border-color: #D82A7D;
}
</style>