#D987BB

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

Shades of Shocking #D987BB

Tints of Shocking #D987BB

Color information

#D987BB (or 0xD987BB) is unknown color: approx Shocking. HEX triplet: D9, 87 and BB. RGB value is (217,135,187). Sum of RGB (Red+Green+Blue) = 217+135+187=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D987BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987BB is #267844. Grayscale: #A5A5A5. Windows color (decimal): -2521157 or 12290009. OLE color: 12290009.

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

Color convert

RGB217135187-
CMYK00.380.140.15
HSL321.95º51.9%69.02%-
HSV(B)321.95º37.79%85.1%-
XYZ46.2535.6751.46-
YUV165.45140.17164.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 135 (53.12% from 255) = 25.05%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=40.26%
G=25.05%
B=34.69%

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
Decimal21713518700.380.140.15321.9551.969.02
HexD987BB026EF1423445
Octal331207273046161750264105
Binary1101100110000111101110110100110111011111010000101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987BB; }

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

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

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

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

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

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

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

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