Shades of Shocking #D79DBA
Tints of Shocking #D79DBA
RGB
CMYK
RGB Variations
Color information
#D79DBA (or 0xD79DBA) is known color: Shocking. HEX triplet: D7, 9D and BA. RGB value is (215,157,186). Sum of RGB (Red+Green+Blue) = 215+157+186=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DBA is #286245. Grayscale: #B1B1B1. Windows color (decimal): -2646598 or 12230103. OLE color: 12230103.
HSL color Cylindrical-coordinate representation of color #D79DBA: hue angle of 330º 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 #D79DBA is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 186 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.16 |
| HSL | 330º | 0.42% | 0.73% | - |
| HSV(B) | 330º | 0.27% | 0.84% | - |
| XYZ | 48.94 | 42.11 | 52 | - |
| YUV | 177.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 186 | 0 | 0.27 | 0.13 | 0.16 | 330 | 0.42 | 0.73 |
| Hex | D7 | 9D | BA | 0 | 1B | D | 10 | 14A | 2A | 49 |
| Octal | 327 | 235 | 272 | 0 | 33 | 15 | 20 | 512 | 52 | 111 |
| Binary | 11010111 | 10011101 | 10111010 | 0 | 11011 | 1101 | 10000 | 101001010 | 101010 | 1001001 |
Color Harmonies of #D79DBA
Complementary color
Monochromatic Colors of #D79DBA
Black with #D79DBA
Text Example
Text Example
White with #D79DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79DBA; }
p { color: rgb(215,157,186); }
H1.HeaderClassName
{
color: #D79DBA;
}
.AnyTagClassName
{
color: #D79DBA;
}
</style>
background-color css
<style>
a { background-color: #D79DBA; }
a { background-color: rgb(215,157,186); }
div.DivClassName
{
background-color: #D79DBA;
}
.BgClassName
{
background-color: #D79DBA;
}
</style>
border-color css
<style>
span { border-color: #D79DBA; }
span { border-color: rgb(215,157,186); }
td.TdClassName
{
border-color: #D79DBA;
}
.TagClassName
{
border-color: #D79DBA;
}
</style>