#D886B6

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

Shades of Shocking #D886B6

Tints of Shocking #D886B6

Color information

#D886B6 (or 0xD886B6) is unknown color: approx Shocking. HEX triplet: D8, 86 and B6. RGB value is (216,134,182). Sum of RGB (Red+Green+Blue) = 216+134+182=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D886B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886B6 is #277949. Grayscale: #A3A3A3. Windows color (decimal): -2586954 or 11962072. OLE color: 11962072.

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

Color convert

RGB216134182-
CMYK00.380.160.15
HSL324.88º51.25%68.63%-
HSV(B)324.88º37.96%84.71%-
XYZ45.2935.0348.63-
YUV163.99138.17165.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 134 (52.73% from 255) = 25.19%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=40.60%
G=25.19%
B=34.21%

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
Decimal21613418200.380.160.15324.8851.2568.63
HexD886B602610F1453345
Octal330206266046201750563105
Binary11011000100001101011011001001101000011111010001011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D886B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D886B6; }

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

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

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

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

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

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

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

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