#D987C0

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

Shades of Shocking #D987C0

Tints of Shocking #D987C0

Color information

#D987C0 (or 0xD987C0) is unknown color: approx Shocking. HEX triplet: D9, 87 and C0. RGB value is (217,135,192). Sum of RGB (Red+Green+Blue) = 217+135+192=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D987C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987C0 is #26783F. Grayscale: #A5A5A5. Windows color (decimal): -2521152 or 12617689. OLE color: 12617689.

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

Color convert

RGB217135192-
CMYK00.380.120.15
HSL318.29º51.9%69.02%-
HSV(B)318.29º37.79%85.1%-
XYZ46.7935.8954.33-
YUV166.02142.67164.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.89%
GREEN value IS 135 (53.12% from 255) = 24.82%
BLUE value IS 192 (75.39% from 255) = 35.29%
R=39.89%
G=24.82%
B=35.29%

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
Decimal21713519200.380.120.15318.2951.969.02
HexD987C0026CF13e3445
Octal331207300046141747664105
Binary1101100110000111110000000100110110011111001111101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987C0; }

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

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

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

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

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

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

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

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