#D986BB

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

Shades of Shocking #D986BB

Tints of Shocking #D986BB

Color information

#D986BB (or 0xD986BB) is unknown color: approx Shocking. HEX triplet: D9, 86 and BB. RGB value is (217,134,187). Sum of RGB (Red+Green+Blue) = 217+134+187=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D986BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986BB is #267944. Grayscale: #A4A4A4. Windows color (decimal): -2521413 or 12289753. OLE color: 12289753.

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

Color convert

RGB217134187-
CMYK00.380.140.15
HSL321.69º52.2%68.82%-
HSV(B)321.69º38.25%85.1%-
XYZ46.1135.3951.41-
YUV164.86140.5165.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 134 (52.73% from 255) = 24.91%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=40.33%
G=24.91%
B=34.76%

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
Decimal21713418700.380.140.15321.6952.268.82
HexD986BB026EF1423445
Octal331206273046161750264105
Binary1101100110000110101110110100110111011111010000101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D986BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D986BB; }

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

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

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

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

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

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

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

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