#DC8FD1

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

Shades of Plum #DC8FD1

Tints of Plum #DC8FD1

Color information

#DC8FD1 (or 0xDC8FD1) is unknown color: approx Plum. HEX triplet: DC, 8F and D1. RGB value is (220,143,209). Sum of RGB (Red+Green+Blue) = 220+143+209=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FD1 is #23702E. Grayscale: #ADADAD. Windows color (decimal): -2322479 or 13733852. OLE color: 13733852.

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

Color convert

RGB220143209-
CMYK00.350.050.14
HSL308.57º52.38%71.18%-
HSV(B)308.57º35%86.27%-
XYZ50.8539.4665.26-
YUV173.55148.01161.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=38.46%
G=25%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014320900.350.050.14308.5752.3871.18
HexDC8FD10235E1353447
Octal33421732104351646564107
Binary110111001000111111010001010001110111101001101011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8FD1; }

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

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

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

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

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

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

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

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