#D686B9

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

Shades of Shocking #D686B9

Tints of Shocking #D686B9

Color information

#D686B9 (or 0xD686B9) is unknown color: approx Shocking. HEX triplet: D6, 86 and B9. RGB value is (214,134,185). Sum of RGB (Red+Green+Blue) = 214+134+185=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D686B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686B9 is #297946. Grayscale: #A3A3A3. Windows color (decimal): -2718023 or 12158678. OLE color: 12158678.

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

Color convert

RGB214134185-
CMYK00.370.140.16
HSL321.75º49.38%68.24%-
HSV(B)321.75º37.38%83.92%-
XYZ45.0134.8550.25-
YUV163.73140163.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=40.15%
G=25.14%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413418500.370.140.16321.7549.3868.24
HexD686B9025E101423144
Octal326206271045162050261104
Binary11010110100001101011100101001011110100001010000101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686B9; }

 p { color: rgb(214,134,185); }

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

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

 a { background-color: rgb(214,134,185); }

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

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

 span { border-color: rgb(214,134,185); }

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