Shades of Deep Cerise #D82F7A
Tints of Deep Cerise #D82F7A
RGB
CMYK
RGB Variations
Color information
#D82F7A (or 0xD82F7A) is known color: Deep Cerise. HEX triplet: D8, 2F and 7A. RGB value is (216,47,122). Sum of RGB (Red+Green+Blue) = 216+47+122=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82F7A is #27D085. Grayscale: #696969. Windows color (decimal): -2609286 or 8007640. OLE color: 8007640.
HSL color Cylindrical-coordinate representation of color #D82F7A: hue angle of 333.37º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D82F7A is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 122 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.15 |
| HSL | 333.37º | 0.68% | 0.52% | - |
| HSV(B) | 333.37º | 0.78% | 0.85% | - |
| XYZ | 32.85 | 18.04 | 20.16 | - |
| YUV | 106.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 122 | 0 | 0.78 | 0.44 | 0.15 | 333.37 | 0.68 | 0.52 |
| Hex | D8 | 2F | 7A | 0 | 4E | 2C | F | 14D | 44 | 34 |
| Octal | 330 | 57 | 172 | 0 | 116 | 54 | 17 | 515 | 104 | 64 |
| Binary | 11011000 | 101111 | 1111010 | 0 | 1001110 | 101100 | 1111 | 101001101 | 1000100 | 110100 |
Color Harmonies of #D82F7A
Complementary color
Monochromatic Colors of #D82F7A
Black with #D82F7A
Text Example
Text Example
White with #D82F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F7A; }
p { color: rgb(216,47,122); }
H1.HeaderClassName
{
color: #D82F7A;
}
.AnyTagClassName
{
color: #D82F7A;
}
</style>
background-color css
<style>
a { background-color: #D82F7A; }
a { background-color: rgb(216,47,122); }
div.DivClassName
{
background-color: #D82F7A;
}
.BgClassName
{
background-color: #D82F7A;
}
</style>
border-color css
<style>
span { border-color: #D82F7A; }
span { border-color: rgb(216,47,122); }
td.TdClassName
{
border-color: #D82F7A;
}
.TagClassName
{
border-color: #D82F7A;
}
</style>