#D7A0BB

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

Shades of Shocking #D7A0BB

Tints of Shocking #D7A0BB

Color information

#D7A0BB (or 0xD7A0BB) is unknown color: approx Shocking. HEX triplet: D7, A0 and BB. RGB value is (215,160,187). Sum of RGB (Red+Green+Blue) = 215+160+187=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A0BB is #285F44. Grayscale: #B3B3B3. Windows color (decimal): -2645829 or 12296407. OLE color: 12296407.

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

Color convert

RGB215160187-
CMYK00.260.130.16
HSL330.55º40.74%73.53%-
HSV(B)330.55º25.58%84.31%-
XYZ49.5643.1852.74-
YUV179.52132.22153.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.26%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=38.26%
G=28.47%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516018700.260.130.16330.5540.7473.53
HexD7A0BB01AD1014b294a
Octal327240273032152051351112
Binary1101011110100000101110110110101101100001010010111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A0BB; }

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

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

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

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

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

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

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

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