#d4a2b9

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

Shades of Shocking #D4A2B9

Tints of Shocking #D4A2B9

Color information

#D4A2B9 (or 0xD4A2B9) is unknown color: approx Shocking. HEX triplet: D4, A2 and B9. RGB value is (212,162,185). Sum of RGB (Red+Green+Blue) = 212+162+185=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A2B9 is #2B5D46. Grayscale: #B3B3B3. Windows color (decimal): -2841927 or 12165844. OLE color: 12165844.

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

Color convert

RGB212162185-
CMYK00.240.130.17
HSL332.4º36.76%73.33%-
HSV(B)332.4º23.58%83.14%-
XYZ48.8343.3451.69-
YUV179.57131.06151.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=37.92%
G=28.98%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216218500.240.130.17332.436.7673.33
HexD4A2B9018D1114c2549
Octal324242271030152151445111
Binary1101010010100010101110010110001101100011010011001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4a2b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4a2b9; }

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

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

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

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

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

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

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

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