#D4A7DB

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

Shades of Plum #D4A7DB

Tints of Plum #D4A7DB

Color information

#D4A7DB (or 0xD4A7DB) is unknown color: approx Plum. HEX triplet: D4, A7 and DB. RGB value is (212,167,219). Sum of RGB (Red+Green+Blue) = 212+167+219=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4A7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A7DB is #2B5824. Grayscale: #BABABA. Windows color (decimal): -2840613 or 14395348. OLE color: 14395348.

HSL color Cylindrical-coordinate representation of color #D4A7DB: hue angle of 291.92º 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 #D4A7DB is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212167219-
CMYK0.030.2400.14
HSL291.92º41.94%75.69%-
HSV(B)291.92º23.74%85.88%-
XYZ53.7646.7573.21-
YUV186.38146.41146.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.45%
GREEN value IS 167 (65.62% from 255) = 27.93%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=35.45%
G=27.93%
B=36.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121672190.030.2400.14291.9241.9475.69
HexD4A7DB3180E1242a4c
Octal32424733333001644452114
Binary1101010010100111110110111111000011101001001001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A7DB; }

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

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

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

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

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

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

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

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