#D4A2BA

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

Shades of Shocking #D4A2BA

Tints of Shocking #D4A2BA

Color information

#D4A2BA (or 0xD4A2BA) is unknown color: approx Shocking. HEX triplet: D4, A2 and BA. RGB value is (212,162,186). Sum of RGB (Red+Green+Blue) = 212+162+186=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A2BA is #2B5D45. Grayscale: #B3B3B3. Windows color (decimal): -2841926 or 12231380. OLE color: 12231380.

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

Color convert

RGB212162186-
CMYK00.240.120.17
HSL331.2º36.76%73.33%-
HSV(B)331.2º23.58%83.14%-
XYZ48.9343.3852.25-
YUV179.69131.56151.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.86%
GREEN value IS 162 (63.67% from 255) = 28.93%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=37.86%
G=28.93%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216218600.240.120.17331.236.7673.33
HexD4A2BA018C1114b2549
Octal324242272030142151345111
Binary1101010010100010101110100110001100100011010010111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A2BA; }

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

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

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

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

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

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

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

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