Shades of Shocking #D79BBE
Tints of Shocking #D79BBE
RGB
CMYK
RGB Variations
Color information
#D79BBE (or 0xD79BBE) is known color: Shocking. HEX triplet: D7, 9B and BE. RGB value is (215,155,190). Sum of RGB (Red+Green+Blue) = 215+155+190=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BBE is #286441. Grayscale: #B0B0B0. Windows color (decimal): -2647106 or 12491735. OLE color: 12491735.
HSL color Cylindrical-coordinate representation of color #D79BBE: hue angle of 325º 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 #D79BBE is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 190 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.16 |
| HSL | 325º | 0.43% | 0.73% | - |
| HSV(B) | 325º | 0.28% | 0.84% | - |
| XYZ | 49.04 | 41.61 | 54.16 | - |
| YUV | 176.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 190 | 0 | 0.28 | 0.12 | 0.16 | 325 | 0.43 | 0.73 |
| Hex | D7 | 9B | BE | 0 | 1C | C | 10 | 145 | 2B | 49 |
| Octal | 327 | 233 | 276 | 0 | 34 | 14 | 20 | 505 | 53 | 111 |
| Binary | 11010111 | 10011011 | 10111110 | 0 | 11100 | 1100 | 10000 | 101000101 | 101011 | 1001001 |
Color Harmonies of #D79BBE
Complementary color
Monochromatic Colors of #D79BBE
Black with #D79BBE
Text Example
Text Example
White with #D79BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BBE; }
p { color: rgb(215,155,190); }
H1.HeaderClassName
{
color: #D79BBE;
}
.AnyTagClassName
{
color: #D79BBE;
}
</style>
background-color css
<style>
a { background-color: #D79BBE; }
a { background-color: rgb(215,155,190); }
div.DivClassName
{
background-color: #D79BBE;
}
.BgClassName
{
background-color: #D79BBE;
}
</style>
border-color css
<style>
span { border-color: #D79BBE; }
span { border-color: rgb(215,155,190); }
td.TdClassName
{
border-color: #D79BBE;
}
.TagClassName
{
border-color: #D79BBE;
}
</style>