#D7A4BA

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

Shades of Shocking #D7A4BA

Tints of Shocking #D7A4BA

Color information

#D7A4BA (or 0xD7A4BA) is unknown color: approx Shocking. HEX triplet: D7, A4 and BA. RGB value is (215,164,186). Sum of RGB (Red+Green+Blue) = 215+164+186=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A4BA is #285B45. Grayscale: #B5B5B5. Windows color (decimal): -2644806 or 12231895. OLE color: 12231895.

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

Color convert

RGB215164186-
CMYK00.240.130.16
HSL334.12º38.93%74.31%-
HSV(B)334.12º23.72%84.31%-
XYZ50.1644.5452.41-
YUV181.76130.4151.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=38.05%
G=29.03%
B=32.92%

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
Decimal21516418600.240.130.16334.1238.9374.31
HexD7A4BA018D1014e274a
Octal327244272030152051647112
Binary1101011110100100101110100110001101100001010011101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A4BA; }

 p { color: rgb(215,164,186); }

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

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

 a { background-color: rgb(215,164,186); }

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

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

 span { border-color: rgb(215,164,186); }

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