#D5A1BD

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

Shades of Shocking #D5A1BD

Tints of Shocking #D5A1BD

Color information

#D5A1BD (or 0xD5A1BD) is unknown color: approx Shocking. HEX triplet: D5, A1 and BD. RGB value is (213,161,189). Sum of RGB (Red+Green+Blue) = 213+161+189=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1BD is #2A5E42. Grayscale: #B3B3B3. Windows color (decimal): -2776643 or 12427733. OLE color: 12427733.

HSL color Cylindrical-coordinate representation of color #D5A1BD: hue angle of 327.69º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A1BD is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213161189-
CMYK00.240.110.16
HSL327.69º38.24%73.33%-
HSV(B)327.69º24.41%83.53%-
XYZ49.3743.3153.9-
YUV179.74133.23151.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 161 (63.28% from 255) = 28.60%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=37.83%
G=28.60%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316118900.240.110.16327.6938.2473.33
HexD5A1BD018B101482649
Octal325241275030132051046111
Binary1101010110100001101111010110001011100001010010001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1BD; }

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

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

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

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

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

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

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

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