#D6A3BA

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

Shades of Shocking #D6A3BA

Tints of Shocking #D6A3BA

Color information

#D6A3BA (or 0xD6A3BA) is unknown color: approx Shocking. HEX triplet: D6, A3 and BA. RGB value is (214,163,186). Sum of RGB (Red+Green+Blue) = 214+163+186=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A3BA is #295C45. Grayscale: #B4B4B4. Windows color (decimal): -2710598 or 12231638. OLE color: 12231638.

HSL color Cylindrical-coordinate representation of color #D6A3BA: hue angle of 332.94º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A3BA is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214163186-
CMYK00.240.130.16
HSL332.94º38.35%73.92%-
HSV(B)332.94º23.83%83.92%-
XYZ49.6944.0452.34-
YUV180.87130.9151.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 163 (64.06% from 255) = 28.95%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=38.01%
G=28.95%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416318600.240.130.16332.9438.3573.92
HexD6A3BA018D1014d264a
Octal326243272030152051546112
Binary1101011010100011101110100110001101100001010011011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A3BA; }

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

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

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

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

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

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

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

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