#D5A6DC

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

Shades of Plum #D5A6DC

Tints of Plum #D5A6DC

Color information

#D5A6DC (or 0xD5A6DC) is unknown color: approx Plum. HEX triplet: D5, A6 and DC. RGB value is (213,166,220). Sum of RGB (Red+Green+Blue) = 213+166+220=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A6DC is #2A5923. Grayscale: #BABABA. Windows color (decimal): -2775332 or 14460629. OLE color: 14460629.

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

Color convert

RGB213166220-
CMYK0.030.2500.14
HSL292.22º43.55%75.69%-
HSV(B)292.22º24.55%86.27%-
XYZ5446.5973.86-
YUV186.21147.07147.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.56%
GREEN value IS 166 (65.23% from 255) = 27.71%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=35.56%
G=27.71%
B=36.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131662200.030.2500.14292.2243.5575.69
HexD5A6DC3190E1242c4c
Octal32524633433101644454114
Binary1101010110100110110111001111001011101001001001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A6DC; }

 p { color: rgb(213,166,220); }

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

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

 a { background-color: rgb(213,166,220); }

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

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

 span { border-color: rgb(213,166,220); }

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