#D986BA

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

Shades of Shocking #D986BA

Tints of Shocking #D986BA

Color information

#D986BA (or 0xD986BA) is unknown color: approx Shocking. HEX triplet: D9, 86 and BA. RGB value is (217,134,186). Sum of RGB (Red+Green+Blue) = 217+134+186=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D986BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986BA is #267945. Grayscale: #A4A4A4. Windows color (decimal): -2521414 or 12224217. OLE color: 12224217.

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

Color convert

RGB217134186-
CMYK00.380.140.15
HSL322.41º52.2%68.82%-
HSV(B)322.41º38.25%85.1%-
XYZ4635.3550.85-
YUV164.74140165.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 134 (52.73% from 255) = 24.95%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=40.41%
G=24.95%
B=34.64%

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
Decimal21713418600.380.140.15322.4152.268.82
HexD986BA026EF1423445
Octal331206272046161750264105
Binary1101100110000110101110100100110111011111010000101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986BA; }

 p { color: rgb(217,134,186); }

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

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

 a { background-color: rgb(217,134,186); }

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

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

 span { border-color: rgb(217,134,186); }

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