#DC8FD9

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

Shades of Plum #DC8FD9

Tints of Plum #DC8FD9

Color information

#DC8FD9 (or 0xDC8FD9) is unknown color: approx Plum. HEX triplet: DC, 8F and D9. RGB value is (220,143,217). Sum of RGB (Red+Green+Blue) = 220+143+217=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FD9 is #237026. Grayscale: #AEAEAE. Windows color (decimal): -2322471 or 14258140. OLE color: 14258140.

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

Color convert

RGB220143217-
CMYK00.350.010.14
HSL302.34º52.38%71.18%-
HSV(B)302.34º35%86.27%-
XYZ51.8639.8770.61-
YUV174.46152.01160.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 143 (56.25% from 255) = 24.66%
BLUE value IS 217 (85.16% from 255) = 37.41%
R=37.93%
G=24.66%
B=37.41%

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
Decimal22014321700.350.010.14302.3452.3871.18
HexDC8FD90231E12e3447
Octal33421733104311645664107
Binary1101110010001111110110010100011111101001011101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8FD9; }

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

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

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

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

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

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

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

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