Shades of Shocking #D79CC0
Tints of Shocking #D79CC0
RGB
CMYK
RGB Variations
Color information
#D79CC0 (or 0xD79CC0) is known color: Shocking. HEX triplet: D7, 9C and C0. RGB value is (215,156,192). Sum of RGB (Red+Green+Blue) = 215+156+192=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CC0 is #28633F. Grayscale: #B1B1B1. Windows color (decimal): -2646848 or 12623063. OLE color: 12623063.
HSL color Cylindrical-coordinate representation of color #D79CC0: hue angle of 323.39º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79CC0 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 156 | 192 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.16 |
| HSL | 323.39º | 0.42% | 0.73% | - |
| HSV(B) | 323.39º | 0.27% | 0.84% | - |
| XYZ | 49.43 | 42.03 | 55.38 | - |
| YUV | 177.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 192 | 0 | 0.27 | 0.11 | 0.16 | 323.39 | 0.42 | 0.73 |
| Hex | D7 | 9C | C0 | 0 | 1B | B | 10 | 143 | 2A | 49 |
| Octal | 327 | 234 | 300 | 0 | 33 | 13 | 20 | 503 | 52 | 111 |
| Binary | 11010111 | 10011100 | 11000000 | 0 | 11011 | 1011 | 10000 | 101000011 | 101010 | 1001001 |
Color Harmonies of #D79CC0
Complementary color
Monochromatic Colors of #D79CC0
Black with #D79CC0
Text Example
Text Example
White with #D79CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79CC0; }
p { color: rgb(215,156,192); }
H1.HeaderClassName
{
color: #D79CC0;
}
.AnyTagClassName
{
color: #D79CC0;
}
</style>
background-color css
<style>
a { background-color: #D79CC0; }
a { background-color: rgb(215,156,192); }
div.DivClassName
{
background-color: #D79CC0;
}
.BgClassName
{
background-color: #D79CC0;
}
</style>
border-color css
<style>
span { border-color: #D79CC0; }
span { border-color: rgb(215,156,192); }
td.TdClassName
{
border-color: #D79CC0;
}
.TagClassName
{
border-color: #D79CC0;
}
</style>