#D9A4B9

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

Shades of Shocking #D9A4B9

Tints of Shocking #D9A4B9

Color information

#D9A4B9 (or 0xD9A4B9) is unknown color: approx Shocking. HEX triplet: D9, A4 and B9. RGB value is (217,164,185). Sum of RGB (Red+Green+Blue) = 217+164+185=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A4B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A4B9 is #265B46. Grayscale: #B6B6B6. Windows color (decimal): -2513735 or 12166361. OLE color: 12166361.

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

Color convert

RGB217164185-
CMYK00.240.150.15
HSL336.23º41.09%74.71%-
HSV(B)336.23º24.42%85.1%-
XYZ50.6544.8151.88-
YUV182.24129.56152.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 164 (64.45% from 255) = 28.98%
BLUE value IS 185 (72.66% from 255) = 32.69%
R=38.34%
G=28.98%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716418500.240.150.15336.2341.0974.71
HexD9A4B9018FF150294b
Octal331244271030171752051113
Binary110110011010010010111001011000111111111010100001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A4B9; }

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

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

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

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

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

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

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

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