Shades of Shocking #D79BC5
Tints of Shocking #D79BC5
RGB
CMYK
RGB Variations
Color information
#D79BC5 (or 0xD79BC5) is known color: Shocking. HEX triplet: D7, 9B and C5. RGB value is (215,155,197). Sum of RGB (Red+Green+Blue) = 215+155+197=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BC5 is #28643A. Grayscale: #B1B1B1. Windows color (decimal): -2647099 or 12950487. OLE color: 12950487.
HSL color Cylindrical-coordinate representation of color #D79BC5: hue angle of 318º 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 #D79BC5 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 197 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.16 |
| HSL | 318º | 0.43% | 0.73% | - |
| HSV(B) | 318º | 0.28% | 0.84% | - |
| XYZ | 49.82 | 41.92 | 58.29 | - |
| YUV | 177.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 197 | 0 | 0.28 | 0.08 | 0.16 | 318 | 0.43 | 0.73 |
| Hex | D7 | 9B | C5 | 0 | 1C | 8 | 10 | 13E | 2B | 49 |
| Octal | 327 | 233 | 305 | 0 | 34 | 10 | 20 | 476 | 53 | 111 |
| Binary | 11010111 | 10011011 | 11000101 | 0 | 11100 | 1000 | 10000 | 100111110 | 101011 | 1001001 |
Color Harmonies of #D79BC5
Complementary color
Monochromatic Colors of #D79BC5
Black with #D79BC5
Text Example
Text Example
White with #D79BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BC5; }
p { color: rgb(215,155,197); }
H1.HeaderClassName
{
color: #D79BC5;
}
.AnyTagClassName
{
color: #D79BC5;
}
</style>
background-color css
<style>
a { background-color: #D79BC5; }
a { background-color: rgb(215,155,197); }
div.DivClassName
{
background-color: #D79BC5;
}
.BgClassName
{
background-color: #D79BC5;
}
</style>
border-color css
<style>
span { border-color: #D79BC5; }
span { border-color: rgb(215,155,197); }
td.TdClassName
{
border-color: #D79BC5;
}
.TagClassName
{
border-color: #D79BC5;
}
</style>