#D4ADD6

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

Shades of Plum #D4ADD6

Tints of Plum #D4ADD6

Color information

#D4ADD6 (or 0xD4ADD6) is unknown color: approx Plum. HEX triplet: D4, AD and D6. RGB value is (212,173,214). Sum of RGB (Red+Green+Blue) = 212+173+214=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 214 - color contains mainly: blue. Hex color #D4ADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADD6 is #2B5229. Grayscale: #BDBDBD. Windows color (decimal): -2839082 or 14069204. OLE color: 14069204.

HSL color Cylindrical-coordinate representation of color #D4ADD6: hue angle of 297.07º degrees, saturation: 0.33, 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 #D4ADD6 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212173214-
CMYK0.010.1900.16
HSL297.07º33.33%75.88%-
HSV(B)297.07º19.16%83.92%-
XYZ54.2348.7470.17-
YUV189.33141.92144.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.39%
GREEN value IS 173 (67.97% from 255) = 28.88%
BLUE value IS 214 (83.98% from 255) = 35.73%
R=35.39%
G=28.88%
B=35.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121732140.010.1900.16297.0733.3375.88
HexD4ADD6113010129214c
Octal32425532612302045141114
Binary1101010010101101110101101100110100001001010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADD6; }

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

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

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

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

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

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

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

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