#D5A4BA

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

Shades of Shocking #D5A4BA

Tints of Shocking #D5A4BA

Color information

#D5A4BA (or 0xD5A4BA) is unknown color: approx Shocking. HEX triplet: D5, A4 and BA. RGB value is (213,164,186). Sum of RGB (Red+Green+Blue) = 213+164+186=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A4BA is #2A5B45. Grayscale: #B5B5B5. Windows color (decimal): -2775878 or 12231893. OLE color: 12231893.

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

Color convert

RGB213164186-
CMYK00.230.130.16
HSL333.06º36.84%73.92%-
HSV(B)333.06º23%83.53%-
XYZ49.5844.2452.38-
YUV181.16130.73150.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 164 (64.45% from 255) = 29.13%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=37.83%
G=29.13%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316418600.230.130.16333.0636.8473.92
HexD5A4BA017D1014d254a
Octal325244272027152051545112
Binary1101010110100100101110100101111101100001010011011001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A4BA; }

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

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

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

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

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

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

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

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