Shades of Shocking #D78DBB
Tints of Shocking #D78DBB
RGB
CMYK
RGB Variations
Color information
#D78DBB (or 0xD78DBB) is known color: Shocking. HEX triplet: D7, 8D and BB. RGB value is (215,141,187). Sum of RGB (Red+Green+Blue) = 215+141+187=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DBB is #287244. Grayscale: #A8A8A8. Windows color (decimal): -2650693 or 12291543. OLE color: 12291543.
HSL color Cylindrical-coordinate representation of color #D78DBB: hue angle of 322.7º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78DBB is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 187 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.16 |
| HSL | 322.7º | 0.48% | 0.7% | - |
| HSV(B) | 322.7º | 0.34% | 0.84% | - |
| XYZ | 46.52 | 37.08 | 51.72 | - |
| YUV | 168.37 | 138.52 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 187 | 0 | 0.34 | 0.13 | 0.16 | 322.7 | 0.48 | 0.7 |
| Hex | D7 | 8D | BB | 0 | 22 | D | 10 | 143 | 30 | 46 |
| Octal | 327 | 215 | 273 | 0 | 42 | 15 | 20 | 503 | 60 | 106 |
| Binary | 11010111 | 10001101 | 10111011 | 0 | 100010 | 1101 | 10000 | 101000011 | 110000 | 1000110 |
Color Harmonies of #D78DBB
Complementary color
Monochromatic Colors of #D78DBB
Black with #D78DBB
Text Example
Text Example
White with #D78DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78DBB; }
p { color: rgb(215,141,187); }
H1.HeaderClassName
{
color: #D78DBB;
}
.AnyTagClassName
{
color: #D78DBB;
}
</style>
background-color css
<style>
a { background-color: #D78DBB; }
a { background-color: rgb(215,141,187); }
div.DivClassName
{
background-color: #D78DBB;
}
.BgClassName
{
background-color: #D78DBB;
}
</style>
border-color css
<style>
span { border-color: #D78DBB; }
span { border-color: rgb(215,141,187); }
td.TdClassName
{
border-color: #D78DBB;
}
.TagClassName
{
border-color: #D78DBB;
}
</style>