#D986B6

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

Shades of Shocking #D986B6

Tints of Shocking #D986B6

Color information

#D986B6 (or 0xD986B6) is unknown color: approx Shocking. HEX triplet: D9, 86 and B6. RGB value is (217,134,182). Sum of RGB (Red+Green+Blue) = 217+134+182=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D986B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986B6 is #267949. Grayscale: #A4A4A4. Windows color (decimal): -2521418 or 11962073. OLE color: 11962073.

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

Color convert

RGB217134182-
CMYK00.380.160.15
HSL325.3º52.2%68.82%-
HSV(B)325.3º38.25%85.1%-
XYZ45.5835.1848.64-
YUV164.29138165.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=40.71%
G=25.14%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713418200.380.160.15325.352.268.82
HexD986B602610F1453445
Octal331206266046201750564105
Binary11011001100001101011011001001101000011111010001011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986B6; }

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

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

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

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

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

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

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

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