#dc8fdc

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

Shades of Plum #DC8FDC

Tints of Plum #DC8FDC

Color information

#DC8FDC (or 0xDC8FDC) is unknown color: approx Plum. HEX triplet: DC, 8F and DC. RGB value is (220,143,220). Sum of RGB (Red+Green+Blue) = 220+143+220=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FDC is #237023. Grayscale: #AEAEAE. Windows color (decimal): -2322468 or 14454748. OLE color: 14454748.

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

Color convert

RGB220143220-
CMYK00.3500.14
HSL300º52.38%71.18%-
HSV(B)300º35%86.27%-
XYZ52.2640.0372.68-
YUV174.8153.51160.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 143 (56.25% from 255) = 24.53%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=37.74%
G=24.53%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014322000.3500.1430052.3871.18
HexDC8FDC0230E12c3447
Octal33421733404301645464107
Binary1101110010001111110111000100011011101001011001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc8fdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc8fdc; }

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

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

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

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

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

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

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

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