Shades of Shocking #D79BC4
Tints of Shocking #D79BC4
RGB
CMYK
RGB Variations
Color information
#D79BC4 (or 0xD79BC4) is known color: Shocking. HEX triplet: D7, 9B and C4. RGB value is (215,155,196). Sum of RGB (Red+Green+Blue) = 215+155+196=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BC4 is #28643B. Grayscale: #B1B1B1. Windows color (decimal): -2647100 or 12884951. OLE color: 12884951.
HSL color Cylindrical-coordinate representation of color #D79BC4: hue angle of 319º 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 #D79BC4 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 196 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.16 |
| HSL | 319º | 0.43% | 0.73% | - |
| HSV(B) | 319º | 0.28% | 0.84% | - |
| XYZ | 49.71 | 41.88 | 57.69 | - |
| YUV | 177.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 196 | 0 | 0.28 | 0.09 | 0.16 | 319 | 0.43 | 0.73 |
| Hex | D7 | 9B | C4 | 0 | 1C | 9 | 10 | 13F | 2B | 49 |
| Octal | 327 | 233 | 304 | 0 | 34 | 11 | 20 | 477 | 53 | 111 |
| Binary | 11010111 | 10011011 | 11000100 | 0 | 11100 | 1001 | 10000 | 100111111 | 101011 | 1001001 |
Color Harmonies of #D79BC4
Complementary color
Monochromatic Colors of #D79BC4
Black with #D79BC4
Text Example
Text Example
White with #D79BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BC4; }
p { color: rgb(215,155,196); }
H1.HeaderClassName
{
color: #D79BC4;
}
.AnyTagClassName
{
color: #D79BC4;
}
</style>
background-color css
<style>
a { background-color: #D79BC4; }
a { background-color: rgb(215,155,196); }
div.DivClassName
{
background-color: #D79BC4;
}
.BgClassName
{
background-color: #D79BC4;
}
</style>
border-color css
<style>
span { border-color: #D79BC4; }
span { border-color: rgb(215,155,196); }
td.TdClassName
{
border-color: #D79BC4;
}
.TagClassName
{
border-color: #D79BC4;
}
</style>