#D4ADD9

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

Shades of Plum #D4ADD9

Tints of Plum #D4ADD9

Color information

#D4ADD9 (or 0xD4ADD9) is unknown color: approx Plum. HEX triplet: D4, AD and D9. RGB value is (212,173,217). Sum of RGB (Red+Green+Blue) = 212+173+217=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4ADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADD9 is #2B5226. Grayscale: #BDBDBD. Windows color (decimal): -2839079 or 14265812. OLE color: 14265812.

HSL color Cylindrical-coordinate representation of color #D4ADD9: hue angle of 293.18º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4ADD9 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212173217-
CMYK0.020.2000.15
HSL293.18º36.67%76.47%-
HSV(B)293.18º20.28%85.1%-
XYZ54.6248.8972.2-
YUV189.68143.42143.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.22%
GREEN value IS 173 (67.97% from 255) = 28.74%
BLUE value IS 217 (85.16% from 255) = 36.05%
R=35.22%
G=28.74%
B=36.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121732170.020.2000.15293.1836.6776.47
HexD4ADD92140F125254c
Octal32425533122401744545114
Binary1101010010101101110110011010100011111001001011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADD9; }

 p { color: rgb(212,173,217); }

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

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

 a { background-color: rgb(212,173,217); }

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

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

 span { border-color: rgb(212,173,217); }

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