#D3A7DB

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

Shades of Plum #D3A7DB

Tints of Plum #D3A7DB

Color information

#D3A7DB (or 0xD3A7DB) is unknown color: approx Plum. HEX triplet: D3, A7 and DB. RGB value is (211,167,219). Sum of RGB (Red+Green+Blue) = 211+167+219=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3A7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A7DB is #2C5824. Grayscale: #B9B9B9. Windows color (decimal): -2906149 or 14395347. OLE color: 14395347.

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

Color convert

RGB211167219-
CMYK0.040.2400.14
HSL290.77º41.94%75.69%-
HSV(B)290.77º23.74%85.88%-
XYZ53.4746.673.19-
YUV186.08146.58145.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.34%
GREEN value IS 167 (65.62% from 255) = 27.97%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=35.34%
G=27.97%
B=36.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111672190.040.2400.14290.7741.9475.69
HexD3A7DB4180E1232a4c
Octal32324733343001644352114
Binary11010011101001111101101110011000011101001000111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A7DB; }

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

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

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

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

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

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

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

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