#DCA5DD

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

Shades of Plum #DCA5DD

Tints of Plum #DCA5DD

Color information

#DCA5DD (or 0xDCA5DD) is unknown color: approx Plum. HEX triplet: DC, A5 and DD. RGB value is (220,165,221). Sum of RGB (Red+Green+Blue) = 220+165+221=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5DD is #235A22. Grayscale: #BBBBBB. Windows color (decimal): -2316835 or 14525916. OLE color: 14525916.

HSL color Cylindrical-coordinate representation of color #DCA5DD: hue angle of 298.93º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA5DD is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220165221-
CMYK0.000.2500.13
HSL298.93º45.16%75.69%-
HSV(B)298.93º25.34%86.67%-
XYZ56.0247.3574.59-
YUV187.83146.72150.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 165 (64.84% from 255) = 27.23%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=36.30%
G=27.23%
B=36.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201652210.000.2500.13298.9345.1675.69
HexDCA5DD0190D12b2d4c
Octal33424533503101545355114
Binary110111001010010111011101011001011011001010111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5DD; }

 p { color: rgb(220,165,221); }

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

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

 a { background-color: rgb(220,165,221); }

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

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

 span { border-color: rgb(220,165,221); }

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