#D6A1BA

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

Shades of Shocking #D6A1BA

Tints of Shocking #D6A1BA

Color information

#D6A1BA (or 0xD6A1BA) is unknown color: approx Shocking. HEX triplet: D6, A1 and BA. RGB value is (214,161,186). Sum of RGB (Red+Green+Blue) = 214+161+186=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1BA is #295E45. Grayscale: #B3B3B3. Windows color (decimal): -2711110 or 12231126. OLE color: 12231126.

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

Color convert

RGB214161186-
CMYK00.250.130.16
HSL331.7º39.26%73.53%-
HSV(B)331.7º24.77%83.92%-
XYZ49.3443.3352.22-
YUV179.7131.56152.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 161 (63.28% from 255) = 28.70%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=38.15%
G=28.70%
B=33.16%

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
Decimal21416118600.250.130.16331.739.2673.53
HexD6A1BA019D1014c274a
Octal326241272031152051447112
Binary1101011010100001101110100110011101100001010011001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A1BA; }

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

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

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

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

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

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

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

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