#DC8FDA

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

Shades of Plum #DC8FDA

Tints of Plum #DC8FDA

Color information

#DC8FDA (or 0xDC8FDA) is unknown color: approx Plum. HEX triplet: DC, 8F and DA. RGB value is (220,143,218). Sum of RGB (Red+Green+Blue) = 220+143+218=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FDA is #237025. Grayscale: #AEAEAE. Windows color (decimal): -2322470 or 14323676. OLE color: 14323676.

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

Color convert

RGB220143218-
CMYK00.350.010.14
HSL301.56º52.38%71.18%-
HSV(B)301.56º35%86.27%-
XYZ51.9939.9271.3-
YUV174.57152.51160.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 143 (56.25% from 255) = 24.61%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=37.87%
G=24.61%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014321800.350.010.14301.5652.3871.18
HexDC8FDA0231E12e3447
Octal33421733204311645664107
Binary1101110010001111110110100100011111101001011101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8FDA; }

 p { color: rgb(220,143,218); }

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

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

 a { background-color: rgb(220,143,218); }

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

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

 span { border-color: rgb(220,143,218); }

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