#DC8AD9

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

Shades of Plum #DC8AD9

Tints of Plum #DC8AD9

Color information

#DC8AD9 (or 0xDC8AD9) is unknown color: approx Plum. HEX triplet: DC, 8A and D9. RGB value is (220,138,217). Sum of RGB (Red+Green+Blue) = 220+138+217=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8AD9 is #237526. Grayscale: #ABABAB. Windows color (decimal): -2323751 or 14256860. OLE color: 14256860.

HSL color Cylindrical-coordinate representation of color #DC8AD9: hue angle of 302.2º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8AD9 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220138217-
CMYK00.370.010.14
HSL302.2º53.95%70.2%-
HSV(B)302.2º37.27%86.27%-
XYZ51.1338.470.36-
YUV171.52153.67162.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 138 (54.30% from 255) = 24%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=38.26%
G=24%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013821700.370.010.14302.253.9570.2
HexDC8AD90251E12e3646
Octal33421233104511645666106
Binary1101110010001010110110010100101111101001011101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8AD9; }

 p { color: rgb(220,138,217); }

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

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

 a { background-color: rgb(220,138,217); }

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

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

 span { border-color: rgb(220,138,217); }

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