#D4A4BA

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

Shades of Shocking #D4A4BA

Tints of Shocking #D4A4BA

Color information

#D4A4BA (or 0xD4A4BA) is unknown color: approx Shocking. HEX triplet: D4, A4 and BA. RGB value is (212,164,186). Sum of RGB (Red+Green+Blue) = 212+164+186=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4BA is #2B5B45. Grayscale: #B4B4B4. Windows color (decimal): -2841414 or 12231892. OLE color: 12231892.

HSL color Cylindrical-coordinate representation of color #D4A4BA: hue angle of 332.5º 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 #D4A4BA is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212164186-
CMYK00.230.120.17
HSL332.5º35.82%73.73%-
HSV(B)332.5º22.64%83.14%-
XYZ49.2944.0952.37-
YUV180.86130.9150.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.72%
GREEN value IS 164 (64.45% from 255) = 29.18%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=37.72%
G=29.18%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216418600.230.120.17332.535.8273.73
HexD4A4BA017C1114c244a
Octal324244272027142151444112
Binary1101010010100100101110100101111100100011010011001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A4BA; }

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

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

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

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

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

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

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

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