#DC8FD7

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

Shades of Plum #DC8FD7

Tints of Plum #DC8FD7

Color information

#DC8FD7 (or 0xDC8FD7) is unknown color: approx Plum. HEX triplet: DC, 8F and D7. RGB value is (220,143,215). Sum of RGB (Red+Green+Blue) = 220+143+215=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FD7 is #237028. Grayscale: #AEAEAE. Windows color (decimal): -2322473 or 14127068. OLE color: 14127068.

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

Color convert

RGB220143215-
CMYK00.350.020.14
HSL303.9º52.38%71.18%-
HSV(B)303.9º35%86.27%-
XYZ51.639.7769.25-
YUV174.23151.01160.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 143 (56.25% from 255) = 24.74%
BLUE value IS 215 (84.38% from 255) = 37.20%
R=38.06%
G=24.74%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014321500.350.020.14303.952.3871.18
HexDC8FD70232E1303447
Octal33421732704321646064107
Binary11011100100011111101011101000111011101001100001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8FD7; }

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

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

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

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

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

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

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

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