#D4A3BA

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

Shades of Shocking #D4A3BA

Tints of Shocking #D4A3BA

Color information

#D4A3BA (or 0xD4A3BA) is unknown color: approx Shocking. HEX triplet: D4, A3 and BA. RGB value is (212,163,186). Sum of RGB (Red+Green+Blue) = 212+163+186=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A3BA is #2B5C45. Grayscale: #B4B4B4. Windows color (decimal): -2841670 or 12231636. OLE color: 12231636.

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

Color convert

RGB212163186-
CMYK00.230.120.17
HSL331.84º36.3%73.53%-
HSV(B)331.84º23.11%83.14%-
XYZ49.1143.7452.31-
YUV180.27131.23150.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.79%
GREEN value IS 163 (64.06% from 255) = 29.06%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=37.79%
G=29.06%
B=33.16%

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
Decimal21216318600.230.120.17331.8436.373.53
HexD4A3BA017C1114c244a
Octal324243272027142151444112
Binary1101010010100011101110100101111100100011010011001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A3BA; }

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

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

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

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

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

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

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

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