#D987BE

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

Shades of Shocking #D987BE

Tints of Shocking #D987BE

Color information

#D987BE (or 0xD987BE) is unknown color: approx Shocking. HEX triplet: D9, 87 and BE. RGB value is (217,135,190). Sum of RGB (Red+Green+Blue) = 217+135+190=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D987BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987BE is #267841. Grayscale: #A5A5A5. Windows color (decimal): -2521154 or 12486617. OLE color: 12486617.

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

Color convert

RGB217135190-
CMYK00.380.120.15
HSL319.76º51.9%69.02%-
HSV(B)319.76º37.79%85.1%-
XYZ46.5735.853.17-
YUV165.79141.67164.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 135 (53.12% from 255) = 24.91%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=40.04%
G=24.91%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713519000.380.120.15319.7651.969.02
HexD987BE026CF1403445
Octal331207276046141750064105
Binary1101100110000111101111100100110110011111010000001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987BE; }

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

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

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

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

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

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

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

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