#D5A4BB

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

Shades of Shocking #D5A4BB

Tints of Shocking #D5A4BB

Color information

#D5A4BB (or 0xD5A4BB) is unknown color: approx Shocking. HEX triplet: D5, A4 and BB. RGB value is (213,164,187). Sum of RGB (Red+Green+Blue) = 213+164+187=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A4BB is #2A5B44. Grayscale: #B5B5B5. Windows color (decimal): -2775877 or 12297429. OLE color: 12297429.

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

Color convert

RGB213164187-
CMYK00.230.120.16
HSL331.84º36.84%73.92%-
HSV(B)331.84º23%83.53%-
XYZ49.6944.2852.94-
YUV181.27131.23150.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=37.77%
G=29.08%
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.16
SystemRedGreenBlueCMYKHSL
Decimal21316418700.230.120.16331.8436.8473.92
HexD5A4BB017C1014c254a
Octal325244273027142051445112
Binary1101010110100100101110110101111100100001010011001001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A4BB; }

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

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

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

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

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

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

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

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