Shades of Shocking #D79EBA
Tints of Shocking #D79EBA
RGB
CMYK
RGB Variations
Color information
#D79EBA (or 0xD79EBA) is known color: Shocking. HEX triplet: D7, 9E and BA. RGB value is (215,158,186). Sum of RGB (Red+Green+Blue) = 215+158+186=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D79EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79EBA is #286145. Grayscale: #B2B2B2. Windows color (decimal): -2646342 or 12230359. OLE color: 12230359.
HSL color Cylindrical-coordinate representation of color #D79EBA: hue angle of 330.53º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79EBA is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 158 | 186 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.16 |
| HSL | 330.53º | 0.42% | 0.73% | - |
| HSV(B) | 330.53º | 0.27% | 0.84% | - |
| XYZ | 49.11 | 42.45 | 52.06 | - |
| YUV | 178.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 186 | 0 | 0.27 | 0.13 | 0.16 | 330.53 | 0.42 | 0.73 |
| Hex | D7 | 9E | BA | 0 | 1B | D | 10 | 14B | 2A | 49 |
| Octal | 327 | 236 | 272 | 0 | 33 | 15 | 20 | 513 | 52 | 111 |
| Binary | 11010111 | 10011110 | 10111010 | 0 | 11011 | 1101 | 10000 | 101001011 | 101010 | 1001001 |
Color Harmonies of #D79EBA
Complementary color
Monochromatic Colors of #D79EBA
Black with #D79EBA
Text Example
Text Example
White with #D79EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79EBA; }
p { color: rgb(215,158,186); }
H1.HeaderClassName
{
color: #D79EBA;
}
.AnyTagClassName
{
color: #D79EBA;
}
</style>
background-color css
<style>
a { background-color: #D79EBA; }
a { background-color: rgb(215,158,186); }
div.DivClassName
{
background-color: #D79EBA;
}
.BgClassName
{
background-color: #D79EBA;
}
</style>
border-color css
<style>
span { border-color: #D79EBA; }
span { border-color: rgb(215,158,186); }
td.TdClassName
{
border-color: #D79EBA;
}
.TagClassName
{
border-color: #D79EBA;
}
</style>