#D8A1BB

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

Shades of Shocking #D8A1BB

Tints of Shocking #D8A1BB

Color information

#D8A1BB (or 0xD8A1BB) is unknown color: approx Shocking. HEX triplet: D8, A1 and BB. RGB value is (216,161,187). Sum of RGB (Red+Green+Blue) = 216+161+187=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1BB is #275E44. Grayscale: #B4B4B4. Windows color (decimal): -2580037 or 12296664. OLE color: 12296664.

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

Color convert

RGB216161187-
CMYK00.250.130.15
HSL331.64º41.35%73.92%-
HSV(B)331.64º25.46%84.71%-
XYZ50.0343.6852.81-
YUV180.41131.72153.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 161 (63.28% from 255) = 28.55%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=38.30%
G=28.55%
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.15
SystemRedGreenBlueCMYKHSL
Decimal21616118700.250.130.15331.6441.3573.92
HexD8A1BB019DF14c294a
Octal330241273031151751451112
Binary110110001010000110111011011001110111111010011001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1BB; }

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

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

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

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

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

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

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

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