Shades of Shocking #D787BB
Tints of Shocking #D787BB
RGB
CMYK
RGB Variations
Color information
#D787BB (or 0xD787BB) is known color: Shocking. HEX triplet: D7, 87 and BB. RGB value is (215,135,187). Sum of RGB (Red+Green+Blue) = 215+135+187=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D787BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787BB is #287844. Grayscale: #A4A4A4. Windows color (decimal): -2652229 or 12290007. OLE color: 12290007.
HSL color Cylindrical-coordinate representation of color #D787BB: hue angle of 321º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D787BB is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 135 | 187 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.16 |
| HSL | 321º | 0.5% | 0.69% | - |
| HSV(B) | 321º | 0.37% | 0.84% | - |
| XYZ | 45.66 | 35.36 | 51.43 | - |
| YUV | 164.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 135 | 187 | 0 | 0.37 | 0.13 | 0.16 | 321 | 0.5 | 0.69 |
| Hex | D7 | 87 | BB | 0 | 25 | D | 10 | 141 | 32 | 45 |
| Octal | 327 | 207 | 273 | 0 | 45 | 15 | 20 | 501 | 62 | 105 |
| Binary | 11010111 | 10000111 | 10111011 | 0 | 100101 | 1101 | 10000 | 101000001 | 110010 | 1000101 |
Color Harmonies of #D787BB
Complementary color
Monochromatic Colors of #D787BB
Black with #D787BB
Text Example
Text Example
White with #D787BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D787BB; }
p { color: rgb(215,135,187); }
H1.HeaderClassName
{
color: #D787BB;
}
.AnyTagClassName
{
color: #D787BB;
}
</style>
background-color css
<style>
a { background-color: #D787BB; }
a { background-color: rgb(215,135,187); }
div.DivClassName
{
background-color: #D787BB;
}
.BgClassName
{
background-color: #D787BB;
}
</style>
border-color css
<style>
span { border-color: #D787BB; }
span { border-color: rgb(215,135,187); }
td.TdClassName
{
border-color: #D787BB;
}
.TagClassName
{
border-color: #D787BB;
}
</style>