Shades of Shocking #D79BBA
Tints of Shocking #D79BBA
RGB
CMYK
RGB Variations
Color information
#D79BBA (or 0xD79BBA) is known color: Shocking. HEX triplet: D7, 9B and BA. RGB value is (215,155,186). Sum of RGB (Red+Green+Blue) = 215+155+186=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BBA is #286445. Grayscale: #B0B0B0. Windows color (decimal): -2647110 or 12229591. OLE color: 12229591.
HSL color Cylindrical-coordinate representation of color #D79BBA: hue angle of 329º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79BBA is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 186 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.16 |
| HSL | 329º | 0.43% | 0.73% | - |
| HSV(B) | 329º | 0.28% | 0.84% | - |
| XYZ | 48.61 | 41.43 | 51.89 | - |
| YUV | 176.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 186 | 0 | 0.28 | 0.13 | 0.16 | 329 | 0.43 | 0.73 |
| Hex | D7 | 9B | BA | 0 | 1C | D | 10 | 149 | 2B | 49 |
| Octal | 327 | 233 | 272 | 0 | 34 | 15 | 20 | 511 | 53 | 111 |
| Binary | 11010111 | 10011011 | 10111010 | 0 | 11100 | 1101 | 10000 | 101001001 | 101011 | 1001001 |
Color Harmonies of #D79BBA
Complementary color
Monochromatic Colors of #D79BBA
Black with #D79BBA
Text Example
Text Example
White with #D79BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BBA; }
p { color: rgb(215,155,186); }
H1.HeaderClassName
{
color: #D79BBA;
}
.AnyTagClassName
{
color: #D79BBA;
}
</style>
background-color css
<style>
a { background-color: #D79BBA; }
a { background-color: rgb(215,155,186); }
div.DivClassName
{
background-color: #D79BBA;
}
.BgClassName
{
background-color: #D79BBA;
}
</style>
border-color css
<style>
span { border-color: #D79BBA; }
span { border-color: rgb(215,155,186); }
td.TdClassName
{
border-color: #D79BBA;
}
.TagClassName
{
border-color: #D79BBA;
}
</style>