#D5A4B8

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

Shades of Shocking #D5A4B8

Tints of Shocking #D5A4B8

Color information

#D5A4B8 (or 0xD5A4B8) is unknown color: approx Shocking. HEX triplet: D5, A4 and B8. RGB value is (213,164,184). Sum of RGB (Red+Green+Blue) = 213+164+184=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A4B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A4B8 is #2A5B47. Grayscale: #B4B4B4. Windows color (decimal): -2775880 or 12100821. OLE color: 12100821.

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

Color convert

RGB213164184-
CMYK00.230.140.16
HSL335.51º36.84%73.92%-
HSV(B)335.51º23%83.53%-
XYZ49.3744.1651.27-
YUV180.93129.73150.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 164 (64.45% from 255) = 29.23%
BLUE value IS 184 (72.27% from 255) = 32.80%
R=37.97%
G=29.23%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316418400.230.140.16335.5136.8473.92
HexD5A4B8017E10150254a
Octal325244270027162052045112
Binary1101010110100100101110000101111110100001010100001001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A4B8; }

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

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

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

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

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

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

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

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