#D987BA

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

Shades of Shocking #D987BA

Tints of Shocking #D987BA

Color information

#D987BA (or 0xD987BA) is unknown color: approx Shocking. HEX triplet: D9, 87 and BA. RGB value is (217,135,186). Sum of RGB (Red+Green+Blue) = 217+135+186=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D987BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987BA is #267845. Grayscale: #A5A5A5. Windows color (decimal): -2521158 or 12224473. OLE color: 12224473.

HSL color Cylindrical-coordinate representation of color #D987BA: hue angle of 322.68º degrees, saturation: 0.52, 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 #D987BA is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217135186-
CMYK00.380.140.15
HSL322.68º51.9%69.02%-
HSV(B)322.68º37.79%85.1%-
XYZ46.1435.6250.9-
YUV165.33139.67164.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=40.33%
G=25.09%
B=34.57%

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
Decimal21713518600.380.140.15322.6851.969.02
HexD987BA026EF1433445
Octal331207272046161750364105
Binary1101100110000111101110100100110111011111010000111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987BA; }

 p { color: rgb(217,135,186); }

 H1.HeaderClassName
 {
   color: #D987BA;
 }
 .AnyTagClassName
 {
   color: #D987BA;
 }
</style>
background-color css

<style>
 a { background-color: #D987BA; }

 a { background-color: rgb(217,135,186); }

 div.DivClassName
 {
   background-color: #D987BA;
 }
 .BgClassName
 {
   background-color: #D987BA;
 }
</style>
border-color css

<style>
 span { border-color: #D987BA; }

 span { border-color: rgb(217,135,186); }

 td.TdClassName
 {
   border-color: #D987BA;
 }
 .TagClassName
 {
   border-color: #D987BA;
 }
</style>