#D4A7DD

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

Shades of Plum #D4A7DD

Tints of Plum #D4A7DD

Color information

#D4A7DD (or 0xD4A7DD) is unknown color: approx Plum. HEX triplet: D4, A7 and DD. RGB value is (212,167,221). Sum of RGB (Red+Green+Blue) = 212+167+221=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 167 (65.62% from 255 or 27.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4A7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A7DD is #2B5822. Grayscale: #BABABA. Windows color (decimal): -2840611 or 14526420. OLE color: 14526420.

HSL color Cylindrical-coordinate representation of color #D4A7DD: hue angle of 290º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A7DD is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212167221-
CMYK0.040.2400.13
HSL290º44.26%76.08%-
HSV(B)290º24.43%86.67%-
XYZ54.0246.8574.6-
YUV186.61147.41146.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.33%
GREEN value IS 167 (65.62% from 255) = 27.83%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=35.33%
G=27.83%
B=36.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121672210.040.2400.1329044.2676.08
HexD4A7DD4180D1222c4c
Octal32424733543001544254114
Binary11010100101001111101110110011000011011001000101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A7DD; }

 p { color: rgb(212,167,221); }

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

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

 a { background-color: rgb(212,167,221); }

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

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

 span { border-color: rgb(212,167,221); }

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