Shades of Deep Cerise #D82C7E
Tints of Deep Cerise #D82C7E
RGB
CMYK
RGB Variations
Color information
#D82C7E (or 0xD82C7E) is known color: Deep Cerise. HEX triplet: D8, 2C and 7E. RGB value is (216,44,126). Sum of RGB (Red+Green+Blue) = 216+44+126=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C7E is #27D381. Grayscale: #686868. Windows color (decimal): -2610050 or 8269016. OLE color: 8269016.
HSL color Cylindrical-coordinate representation of color #D82C7E: hue angle of 331.4º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82C7E is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 126 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.15 |
| HSL | 331.4º | 0.69% | 0.51% | - |
| HSV(B) | 331.4º | 0.8% | 0.85% | - |
| XYZ | 32.99 | 17.91 | 21.46 | - |
| YUV | 104.78 | 139.98 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 126 | 0 | 0.80 | 0.42 | 0.15 | 331.4 | 0.69 | 0.51 |
| Hex | D8 | 2C | 7E | 0 | 50 | 2A | F | 14B | 45 | 33 |
| Octal | 330 | 54 | 176 | 0 | 120 | 52 | 17 | 513 | 105 | 63 |
| Binary | 11011000 | 101100 | 1111110 | 0 | 1010000 | 101010 | 1111 | 101001011 | 1000101 | 110011 |
Color Harmonies of #D82C7E
Complementary color
Monochromatic Colors of #D82C7E
Black with #D82C7E
Text Example
Text Example
White with #D82C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C7E; }
p { color: rgb(216,44,126); }
H1.HeaderClassName
{
color: #D82C7E;
}
.AnyTagClassName
{
color: #D82C7E;
}
</style>
background-color css
<style>
a { background-color: #D82C7E; }
a { background-color: rgb(216,44,126); }
div.DivClassName
{
background-color: #D82C7E;
}
.BgClassName
{
background-color: #D82C7E;
}
</style>
border-color css
<style>
span { border-color: #D82C7E; }
span { border-color: rgb(216,44,126); }
td.TdClassName
{
border-color: #D82C7E;
}
.TagClassName
{
border-color: #D82C7E;
}
</style>