Shades of Shocking #D887BA
Tints of Shocking #D887BA
RGB
CMYK
RGB Variations
Color information
#D887BA (or 0xD887BA) is known color: Shocking. HEX triplet: D8, 87 and BA. RGB value is (216,135,186). Sum of RGB (Red+Green+Blue) = 216+135+186=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D887BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887BA is #277845. Grayscale: #A4A4A4. Windows color (decimal): -2586694 or 12224472. OLE color: 12224472.
HSL color Cylindrical-coordinate representation of color #D887BA: hue angle of 322.22º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D887BA is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 186 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.15 |
| HSL | 322.22º | 0.51% | 0.69% | - |
| HSV(B) | 322.22º | 0.38% | 0.85% | - |
| XYZ | 45.85 | 35.47 | 50.88 | - |
| YUV | 165.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 186 | 0 | 0.38 | 0.14 | 0.15 | 322.22 | 0.51 | 0.69 |
| Hex | D8 | 87 | BA | 0 | 26 | E | F | 142 | 33 | 45 |
| Octal | 330 | 207 | 272 | 0 | 46 | 16 | 17 | 502 | 63 | 105 |
| Binary | 11011000 | 10000111 | 10111010 | 0 | 100110 | 1110 | 1111 | 101000010 | 110011 | 1000101 |
Color Harmonies of #D887BA
Complementary color
Monochromatic Colors of #D887BA
Black with #D887BA
Text Example
Text Example
White with #D887BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D887BA; }
p { color: rgb(216,135,186); }
H1.HeaderClassName
{
color: #D887BA;
}
.AnyTagClassName
{
color: #D887BA;
}
</style>
background-color css
<style>
a { background-color: #D887BA; }
a { background-color: rgb(216,135,186); }
div.DivClassName
{
background-color: #D887BA;
}
.BgClassName
{
background-color: #D887BA;
}
</style>
border-color css
<style>
span { border-color: #D887BA; }
span { border-color: rgb(216,135,186); }
td.TdClassName
{
border-color: #D887BA;
}
.TagClassName
{
border-color: #D887BA;
}
</style>