Shades of Shocking #D78ABB
Tints of Shocking #D78ABB
RGB
CMYK
RGB Variations
Color information
#D78ABB (or 0xD78ABB) is known color: Shocking. HEX triplet: D7, 8A and BB. RGB value is (215,138,187). Sum of RGB (Red+Green+Blue) = 215+138+187=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D78ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ABB is #287544. Grayscale: #A6A6A6. Windows color (decimal): -2651461 or 12290775. OLE color: 12290775.
HSL color Cylindrical-coordinate representation of color #D78ABB: hue angle of 321.82º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78ABB is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 138 | 187 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.16 |
| HSL | 321.82º | 0.49% | 0.69% | - |
| HSV(B) | 321.82º | 0.36% | 0.84% | - |
| XYZ | 46.08 | 36.21 | 51.57 | - |
| YUV | 166.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 187 | 0 | 0.36 | 0.13 | 0.16 | 321.82 | 0.49 | 0.69 |
| Hex | D7 | 8A | BB | 0 | 24 | D | 10 | 142 | 31 | 45 |
| Octal | 327 | 212 | 273 | 0 | 44 | 15 | 20 | 502 | 61 | 105 |
| Binary | 11010111 | 10001010 | 10111011 | 0 | 100100 | 1101 | 10000 | 101000010 | 110001 | 1000101 |
Color Harmonies of #D78ABB
Complementary color
Monochromatic Colors of #D78ABB
Black with #D78ABB
Text Example
Text Example
White with #D78ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78ABB; }
p { color: rgb(215,138,187); }
H1.HeaderClassName
{
color: #D78ABB;
}
.AnyTagClassName
{
color: #D78ABB;
}
</style>
background-color css
<style>
a { background-color: #D78ABB; }
a { background-color: rgb(215,138,187); }
div.DivClassName
{
background-color: #D78ABB;
}
.BgClassName
{
background-color: #D78ABB;
}
</style>
border-color css
<style>
span { border-color: #D78ABB; }
span { border-color: rgb(215,138,187); }
td.TdClassName
{
border-color: #D78ABB;
}
.TagClassName
{
border-color: #D78ABB;
}
</style>