#D686BC

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

Shades of Shocking #D686BC

Tints of Shocking #D686BC

Color information

#D686BC (or 0xD686BC) is unknown color: approx Shocking. HEX triplet: D6, 86 and BC. RGB value is (214,134,188). Sum of RGB (Red+Green+Blue) = 214+134+188=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D686BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686BC is #297943. Grayscale: #A3A3A3. Windows color (decimal): -2718020 or 12355286. OLE color: 12355286.

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

Color convert

RGB214134188-
CMYK00.370.120.16
HSL319.5º49.38%68.24%-
HSV(B)319.5º37.38%83.92%-
XYZ45.3334.9851.94-
YUV164.08141.5163.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.93%
GREEN value IS 134 (52.73% from 255) = 25%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=39.93%
G=25%
B=35.07%

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
Decimal21413418800.370.120.16319.549.3868.24
HexD686BC025C101403144
Octal326206274045142050061104
Binary11010110100001101011110001001011100100001010000001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686BC; }

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

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

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

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

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

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

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

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