#D686BD

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

Shades of Shocking #D686BD

Tints of Shocking #D686BD

Color information

#D686BD (or 0xD686BD) is unknown color: approx Shocking. HEX triplet: D6, 86 and BD. RGB value is (214,134,189). Sum of RGB (Red+Green+Blue) = 214+134+189=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D686BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686BD is #297942. Grayscale: #A4A4A4. Windows color (decimal): -2718019 or 12420822. OLE color: 12420822.

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

Color convert

RGB214134189-
CMYK00.370.120.16
HSL318.75º49.38%68.24%-
HSV(B)318.75º37.38%83.92%-
XYZ45.4435.0252.51-
YUV164.19142163.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 134 (52.73% from 255) = 24.95%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=39.85%
G=24.95%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413418900.370.120.16318.7549.3868.24
HexD686BD025C1013f3144
Octal326206275045142047761104
Binary11010110100001101011110101001011100100001001111111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686BD; }

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

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

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

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

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

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

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

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