#D6A1BB

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

Shades of Shocking #D6A1BB

Tints of Shocking #D6A1BB

Color information

#D6A1BB (or 0xD6A1BB) is unknown color: approx Shocking. HEX triplet: D6, A1 and BB. RGB value is (214,161,187). Sum of RGB (Red+Green+Blue) = 214+161+187=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1BB is #295E44. Grayscale: #B3B3B3. Windows color (decimal): -2711109 or 12296662. OLE color: 12296662.

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

Color convert

RGB214161187-
CMYK00.250.130.16
HSL330.57º39.26%73.53%-
HSV(B)330.57º24.77%83.92%-
XYZ49.4543.3752.78-
YUV179.81132.06152.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 161 (63.28% from 255) = 28.65%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=38.08%
G=28.65%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416118700.250.130.16330.5739.2673.53
HexD6A1BB019D1014b274a
Octal326241273031152051347112
Binary1101011010100001101110110110011101100001010010111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A1BB; }

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

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

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

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

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

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

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

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