#D786B6

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

Shades of Shocking #D786B6

Tints of Shocking #D786B6

Color information

#D786B6 (or 0xD786B6) is unknown color: approx Shocking. HEX triplet: D7, 86 and B6. RGB value is (215,134,182). Sum of RGB (Red+Green+Blue) = 215+134+182=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D786B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D786B6 is #287949. Grayscale: #A3A3A3. Windows color (decimal): -2652490 or 11962071. OLE color: 11962071.

HSL color Cylindrical-coordinate representation of color #D786B6: hue angle of 324.44º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D786B6 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB215134182-
CMYK00.380.150.16
HSL324.44º50.31%68.43%-
HSV(B)324.44º37.67%84.31%-
XYZ44.9934.8748.62-
YUV163.69138.34164.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 134 (52.73% from 255) = 25.24%
BLUE value IS 182 (71.48% from 255) = 34.27%
R=40.49%
G=25.24%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513418200.380.150.16324.4450.3168.43
HexD786B6026F101443244
Octal327206266046172050462104
Binary11010111100001101011011001001101111100001010001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D786B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D786B6; }

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

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

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

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

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

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

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

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