#D987BC

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

Shades of Shocking #D987BC

Tints of Shocking #D987BC

Color information

#D987BC (or 0xD987BC) is unknown color: approx Shocking. HEX triplet: D9, 87 and BC. RGB value is (217,135,188). Sum of RGB (Red+Green+Blue) = 217+135+188=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D987BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987BC is #267843. Grayscale: #A5A5A5. Windows color (decimal): -2521156 or 12355545. OLE color: 12355545.

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

Color convert

RGB217135188-
CMYK00.380.130.15
HSL321.22º51.9%69.02%-
HSV(B)321.22º37.79%85.1%-
XYZ46.3635.7152.03-
YUV165.56140.67164.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 135 (53.12% from 255) = 25%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=40.19%
G=25%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713518800.380.130.15321.2251.969.02
HexD987BC026DF1413445
Octal331207274046151750164105
Binary1101100110000111101111000100110110111111010000011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987BC; }

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

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

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

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

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

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

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

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