#D987B9

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

Shades of Shocking #D987B9

Tints of Shocking #D987B9

Color information

#D987B9 (or 0xD987B9) is unknown color: approx Shocking. HEX triplet: D9, 87 and B9. RGB value is (217,135,185). Sum of RGB (Red+Green+Blue) = 217+135+185=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D987B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987B9 is #267846. Grayscale: #A5A5A5. Windows color (decimal): -2521159 or 12158937. OLE color: 12158937.

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

Color convert

RGB217135185-
CMYK00.380.150.15
HSL323.41º51.9%69.02%-
HSV(B)323.41º37.79%85.1%-
XYZ46.0435.5850.34-
YUV165.22139.17164.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 135 (53.12% from 255) = 25.14%
BLUE value IS 185 (72.66% from 255) = 34.45%
R=40.41%
G=25.14%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713518500.380.150.15323.4151.969.02
HexD987B9026FF1433445
Octal331207271046171750364105
Binary1101100110000111101110010100110111111111010000111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987B9; }

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

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

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

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

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

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

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

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