#D9A4BA

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

Shades of Shocking #D9A4BA

Tints of Shocking #D9A4BA

Color information

#D9A4BA (or 0xD9A4BA) is unknown color: approx Shocking. HEX triplet: D9, A4 and BA. RGB value is (217,164,186). Sum of RGB (Red+Green+Blue) = 217+164+186=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A4BA is #265B45. Grayscale: #B6B6B6. Windows color (decimal): -2513734 or 12231897. OLE color: 12231897.

HSL color Cylindrical-coordinate representation of color #D9A4BA: hue angle of 335.09º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A4BA is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217164186-
CMYK00.240.140.15
HSL335.09º41.09%74.71%-
HSV(B)335.09º24.42%85.1%-
XYZ50.7544.8552.44-
YUV182.36130.06152.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=38.27%
G=28.92%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716418600.240.140.15335.0941.0974.71
HexD9A4BA018EF14f294b
Octal331244272030161751751113
Binary110110011010010010111010011000111011111010011111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A4BA; }

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

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

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

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

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

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

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

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