#D3A2DB

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

Shades of Plum #D3A2DB

Tints of Plum #D3A2DB

Color information

#D3A2DB (or 0xD3A2DB) is unknown color: approx Plum. HEX triplet: D3, A2 and DB. RGB value is (211,162,219). Sum of RGB (Red+Green+Blue) = 211+162+219=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3A2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A2DB is #2C5D24. Grayscale: #B6B6B6. Windows color (decimal): -2907429 or 14394067. OLE color: 14394067.

HSL color Cylindrical-coordinate representation of color #D3A2DB: hue angle of 291.58º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3A2DB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211162219-
CMYK0.040.2600.14
HSL291.58º44.19%74.71%-
HSV(B)291.58º26.03%85.88%-
XYZ52.5744.872.9-
YUV183.15148.23147.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.64%
GREEN value IS 162 (63.67% from 255) = 27.36%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=35.64%
G=27.36%
B=36.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111622190.040.2600.14291.5844.1974.71
HexD3A2DB41A0E1242c4b
Octal32324233343201644454113
Binary11010011101000101101101110011010011101001001001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A2DB; }

 p { color: rgb(211,162,219); }

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

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

 a { background-color: rgb(211,162,219); }

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

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

 span { border-color: rgb(211,162,219); }

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