#D685B6

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

Shades of Shocking #D685B6

Tints of Shocking #D685B6

Color information

#D685B6 (or 0xD685B6) is unknown color: approx Shocking. HEX triplet: D6, 85 and B6. RGB value is (214,133,182). Sum of RGB (Red+Green+Blue) = 214+133+182=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D685B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685B6 is #297A49. Grayscale: #A2A2A2. Windows color (decimal): -2718282 or 11961814. OLE color: 11961814.

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

Color convert

RGB214133182-
CMYK00.380.150.16
HSL323.7º49.69%68.04%-
HSV(B)323.7º37.85%83.92%-
XYZ44.5634.4548.56-
YUV162.8138.84164.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=40.45%
G=25.14%
B=34.40%

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
Decimal21413318200.380.150.16323.749.6968.04
HexD685B6026F101443244
Octal326205266046172050462104
Binary11010110100001011011011001001101111100001010001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685B6; }

 p { color: rgb(214,133,182); }

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

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

 a { background-color: rgb(214,133,182); }

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

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

 span { border-color: rgb(214,133,182); }

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