#D8A1BD

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

Shades of Shocking #D8A1BD

Tints of Shocking #D8A1BD

Color information

#D8A1BD (or 0xD8A1BD) is unknown color: approx Shocking. HEX triplet: D8, A1 and BD. RGB value is (216,161,189). Sum of RGB (Red+Green+Blue) = 216+161+189=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1BD is #275E42. Grayscale: #B4B4B4. Windows color (decimal): -2580035 or 12427736. OLE color: 12427736.

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

Color convert

RGB216161189-
CMYK00.250.120.15
HSL329.45º41.35%73.92%-
HSV(B)329.45º25.46%84.71%-
XYZ50.2543.7653.94-
YUV180.64132.72153.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=38.16%
G=28.45%
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.15
SystemRedGreenBlueCMYKHSL
Decimal21616118900.250.120.15329.4541.3573.92
HexD8A1BD019CF149294a
Octal330241275031141751151112
Binary110110001010000110111101011001110011111010010011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1BD; }

 p { color: rgb(216,161,189); }

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

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

 a { background-color: rgb(216,161,189); }

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

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

 span { border-color: rgb(216,161,189); }

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