#d8a2bb

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

Shades of Shocking #D8A2BB

Tints of Shocking #D8A2BB

Color information

#D8A2BB (or 0xD8A2BB) is unknown color: approx Shocking. HEX triplet: D8, A2 and BB. RGB value is (216,162,187). Sum of RGB (Red+Green+Blue) = 216+162+187=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A2BB is #275D44. Grayscale: #B4B4B4. Windows color (decimal): -2579781 or 12296920. OLE color: 12296920.

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

Color convert

RGB216162187-
CMYK00.250.130.15
HSL332.22º40.91%74.12%-
HSV(B)332.22º25%84.71%-
XYZ50.2144.0352.87-
YUV181131.39152.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.23%
GREEN value IS 162 (63.67% from 255) = 28.67%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=38.23%
G=28.67%
B=33.10%

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
Decimal21616218700.250.130.15332.2240.9174.12
HexD8A2BB019DF14c294a
Octal330242273031151751451112
Binary110110001010001010111011011001110111111010011001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8a2bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8a2bb; }

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

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

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

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

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

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

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

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