Shades of Shocking #D79BBD
Tints of Shocking #D79BBD
RGB
CMYK
RGB Variations
Color information
#D79BBD (or 0xD79BBD) is known color: Shocking. HEX triplet: D7, 9B and BD. RGB value is (215,155,189). Sum of RGB (Red+Green+Blue) = 215+155+189=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BBD is #286442. Grayscale: #B0B0B0. Windows color (decimal): -2647107 or 12426199. OLE color: 12426199.
HSL color Cylindrical-coordinate representation of color #D79BBD: hue angle of 326º 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 #D79BBD is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 189 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.16 |
| HSL | 326º | 0.43% | 0.73% | - |
| HSV(B) | 326º | 0.28% | 0.84% | - |
| XYZ | 48.93 | 41.56 | 53.59 | - |
| YUV | 176.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 189 | 0 | 0.28 | 0.12 | 0.16 | 326 | 0.43 | 0.73 |
| Hex | D7 | 9B | BD | 0 | 1C | C | 10 | 146 | 2B | 49 |
| Octal | 327 | 233 | 275 | 0 | 34 | 14 | 20 | 506 | 53 | 111 |
| Binary | 11010111 | 10011011 | 10111101 | 0 | 11100 | 1100 | 10000 | 101000110 | 101011 | 1001001 |
Color Harmonies of #D79BBD
Complementary color
Monochromatic Colors of #D79BBD
Black with #D79BBD
Text Example
Text Example
White with #D79BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BBD; }
p { color: rgb(215,155,189); }
H1.HeaderClassName
{
color: #D79BBD;
}
.AnyTagClassName
{
color: #D79BBD;
}
</style>
background-color css
<style>
a { background-color: #D79BBD; }
a { background-color: rgb(215,155,189); }
div.DivClassName
{
background-color: #D79BBD;
}
.BgClassName
{
background-color: #D79BBD;
}
</style>
border-color css
<style>
span { border-color: #D79BBD; }
span { border-color: rgb(215,155,189); }
td.TdClassName
{
border-color: #D79BBD;
}
.TagClassName
{
border-color: #D79BBD;
}
</style>