#D6A1BC

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

Shades of Shocking #D6A1BC

Tints of Shocking #D6A1BC

Color information

#D6A1BC (or 0xD6A1BC) is unknown color: approx Shocking. HEX triplet: D6, A1 and BC. RGB value is (214,161,188). Sum of RGB (Red+Green+Blue) = 214+161+188=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1BC is #295E43. Grayscale: #B3B3B3. Windows color (decimal): -2711108 or 12362198. OLE color: 12362198.

HSL color Cylindrical-coordinate representation of color #D6A1BC: hue angle of 329.43º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A1BC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214161188-
CMYK00.250.120.16
HSL329.43º39.26%73.53%-
HSV(B)329.43º24.77%83.92%-
XYZ49.5543.4253.35-
YUV179.92132.56152.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 161 (63.28% from 255) = 28.60%
BLUE value IS 188 (73.83% from 255) = 33.39%
R=38.01%
G=28.60%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416118800.250.120.16329.4339.2673.53
HexD6A1BC019C10149274a
Octal326241274031142051147112
Binary1101011010100001101111000110011100100001010010011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A1BC; }

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

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

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

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

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

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

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

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