#D686BF

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

Shades of Shocking #D686BF

Tints of Shocking #D686BF

Color information

#D686BF (or 0xD686BF) is unknown color: approx Shocking. HEX triplet: D6, 86 and BF. RGB value is (214,134,191). Sum of RGB (Red+Green+Blue) = 214+134+191=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D686BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686BF is #297940. Grayscale: #A4A4A4. Windows color (decimal): -2718017 or 12551894. OLE color: 12551894.

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

Color convert

RGB214134191-
CMYK00.370.110.16
HSL317.25º49.38%68.24%-
HSV(B)317.25º37.38%83.92%-
XYZ45.6635.1153.66-
YUV164.42143163.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 134 (52.73% from 255) = 24.86%
BLUE value IS 191 (75% from 255) = 35.44%
R=39.70%
G=24.86%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413419100.370.110.16317.2549.3868.24
HexD686BF025B1013d3144
Octal326206277045132047561104
Binary11010110100001101011111101001011011100001001111011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686BF; }

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

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

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

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

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

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

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

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