#D4AAD2

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

Shades of Plum #D4AAD2

Tints of Plum #D4AAD2

Color information

#D4AAD2 (or 0xD4AAD2) is unknown color: approx Plum. HEX triplet: D4, AA and D2. RGB value is (212,170,210). Sum of RGB (Red+Green+Blue) = 212+170+210=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AAD2 is #2B552D. Grayscale: #BABABA. Windows color (decimal): -2839854 or 13806292. OLE color: 13806292.

HSL color Cylindrical-coordinate representation of color #D4AAD2: hue angle of 302.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AAD2 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212170210-
CMYK00.200.010.17
HSL302.86º32.81%74.9%-
HSV(B)302.86º19.81%83.14%-
XYZ53.1647.467.32-
YUV187.12140.91145.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.81%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 210 (82.42% from 255) = 35.47%
R=35.81%
G=28.72%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217021000.200.010.17302.8632.8174.9
HexD4AAD201411112f214b
Octal32425232202412145741113
Binary1101010010101010110100100101001100011001011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AAD2; }

 p { color: rgb(212,170,210); }

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

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

 a { background-color: rgb(212,170,210); }

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

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

 span { border-color: rgb(212,170,210); }

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