Shades of Shocking #D796BA
Tints of Shocking #D796BA
RGB
CMYK
RGB Variations
Color information
#D796BA (or 0xD796BA) is known color: Shocking. HEX triplet: D7, 96 and BA. RGB value is (215,150,186). Sum of RGB (Red+Green+Blue) = 215+150+186=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D796BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796BA is #286945. Grayscale: #ADADAD. Windows color (decimal): -2648390 or 12228311. OLE color: 12228311.
HSL color Cylindrical-coordinate representation of color #D796BA: hue angle of 326.77º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D796BA is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 186 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.16 |
| HSL | 326.77º | 0.45% | 0.72% | - |
| HSV(B) | 326.77º | 0.3% | 0.84% | - |
| XYZ | 47.79 | 39.8 | 51.62 | - |
| YUV | 173.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 186 | 0 | 0.30 | 0.13 | 0.16 | 326.77 | 0.45 | 0.72 |
| Hex | D7 | 96 | BA | 0 | 1E | D | 10 | 147 | 2D | 48 |
| Octal | 327 | 226 | 272 | 0 | 36 | 15 | 20 | 507 | 55 | 110 |
| Binary | 11010111 | 10010110 | 10111010 | 0 | 11110 | 1101 | 10000 | 101000111 | 101101 | 1001000 |
Color Harmonies of #D796BA
Complementary color
Monochromatic Colors of #D796BA
Black with #D796BA
Text Example
Text Example
White with #D796BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D796BA; }
p { color: rgb(215,150,186); }
H1.HeaderClassName
{
color: #D796BA;
}
.AnyTagClassName
{
color: #D796BA;
}
</style>
background-color css
<style>
a { background-color: #D796BA; }
a { background-color: rgb(215,150,186); }
div.DivClassName
{
background-color: #D796BA;
}
.BgClassName
{
background-color: #D796BA;
}
</style>
border-color css
<style>
span { border-color: #D796BA; }
span { border-color: rgb(215,150,186); }
td.TdClassName
{
border-color: #D796BA;
}
.TagClassName
{
border-color: #D796BA;
}
</style>