#D4A4B9

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

Shades of Shocking #D4A4B9

Tints of Shocking #D4A4B9

Color information

#D4A4B9 (or 0xD4A4B9) is unknown color: approx Shocking. HEX triplet: D4, A4 and B9. RGB value is (212,164,185). Sum of RGB (Red+Green+Blue) = 212+164+185=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4B9 is #2B5B46. Grayscale: #B4B4B4. Windows color (decimal): -2841415 or 12166356. OLE color: 12166356.

HSL color Cylindrical-coordinate representation of color #D4A4B9: hue angle of 333.75º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A4B9 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB212164185-
CMYK00.230.130.17
HSL333.75º35.82%73.73%-
HSV(B)333.75º22.64%83.14%-
XYZ49.1844.0551.81-
YUV180.75130.4150.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.79%
GREEN value IS 164 (64.45% from 255) = 29.23%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=37.79%
G=29.23%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216418500.230.130.17333.7535.8273.73
HexD4A4B9017D1114e244a
Octal324244271027152151644112
Binary1101010010100100101110010101111101100011010011101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A4B9; }

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

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

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

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

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

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

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

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