#D887BA

Color #D887BA Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #D887BA

Tints of Shocking #D887BA

Color information

#D887BA (or 0xD887BA) is unknown color: approx 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

RGB216135186-
CMYK00.380.140.15
HSL322.22º50.94%68.82%-
HSV(B)322.22º37.5%84.71%-
XYZ45.8535.4750.88-
YUV165.03139.84164.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 40.22%
GREEN value IS 135 (53.12% from 255) = 25.14%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=40.22%
G=25.14%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613518600.380.140.15322.2250.9468.82
HexD887BA026EF1423345
Octal330207272046161750263105
Binary1101100010000111101110100100110111011111010000101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>