#D686C0

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

Shades of Shocking #D686C0

Tints of Shocking #D686C0

Color information

#D686C0 (or 0xD686C0) is unknown color: approx Shocking. HEX triplet: D6, 86 and C0. RGB value is (214,134,192). Sum of RGB (Red+Green+Blue) = 214+134+192=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D686C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686C0 is #29793F. Grayscale: #A4A4A4. Windows color (decimal): -2718016 or 12617430. OLE color: 12617430.

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

Color convert

RGB214134192-
CMYK00.370.100.16
HSL316.5º49.38%68.24%-
HSV(B)316.5º37.38%83.92%-
XYZ45.7735.1554.24-
YUV164.53143.5163.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 134 (52.73% from 255) = 24.81%
BLUE value IS 192 (75.39% from 255) = 35.56%
R=39.63%
G=24.81%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413419200.370.100.16316.549.3868.24
HexD686C0025A1013c3144
Octal326206300045122047461104
Binary11010110100001101100000001001011010100001001111001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686C0; }

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

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

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

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

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

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

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

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