#D4ADD5

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

Shades of Plum #D4ADD5

Tints of Plum #D4ADD5

Color information

#D4ADD5 (or 0xD4ADD5) is unknown color: approx Plum. HEX triplet: D4, AD and D5. RGB value is (212,173,213). Sum of RGB (Red+Green+Blue) = 212+173+213=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #D4ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADD5 is #2B522A. Grayscale: #BDBDBD. Windows color (decimal): -2839083 or 14003668. OLE color: 14003668.

HSL color Cylindrical-coordinate representation of color #D4ADD5: hue angle of 298.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ADD5 is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212173213-
CMYK0.000.1900.16
HSL298.5º32.26%75.69%-
HSV(B)298.5º18.78%83.53%-
XYZ54.1148.6969.5-
YUV189.22141.42144.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.45%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 213 (83.59% from 255) = 35.62%
R=35.45%
G=28.93%
B=35.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121732130.000.1900.16298.532.2675.69
HexD4ADD501301012a204c
Octal32425532502302045240114
Binary1101010010101101110101010100110100001001010101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADD5; }

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

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

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

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

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

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

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

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