#D7A3BB

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

Shades of Shocking #D7A3BB

Tints of Shocking #D7A3BB

Color information

#D7A3BB (or 0xD7A3BB) is unknown color: approx Shocking. HEX triplet: D7, A3 and BB. RGB value is (215,163,187). Sum of RGB (Red+Green+Blue) = 215+163+187=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A3BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A3BB is #285C44. Grayscale: #B5B5B5. Windows color (decimal): -2645061 or 12297175. OLE color: 12297175.

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

Color convert

RGB215163187-
CMYK00.240.130.16
HSL332.31º39.39%74.12%-
HSV(B)332.31º24.19%84.31%-
XYZ50.0944.2352.91-
YUV181.28131.23152.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 163 (64.06% from 255) = 28.85%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=38.05%
G=28.85%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516318700.240.130.16332.3139.3974.12
HexD7A3BB018D1014c274a
Octal327243273030152051447112
Binary1101011110100011101110110110001101100001010011001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A3BB; }

 p { color: rgb(215,163,187); }

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

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

 a { background-color: rgb(215,163,187); }

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

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

 span { border-color: rgb(215,163,187); }

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