#DC8DCD

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

Shades of Plum #DC8DCD

Tints of Plum #DC8DCD

Color information

#DC8DCD (or 0xDC8DCD) is unknown color: approx Plum. HEX triplet: DC, 8D and CD. RGB value is (220,141,205). Sum of RGB (Red+Green+Blue) = 220+141+205=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DCD is #237232. Grayscale: #ABABAB. Windows color (decimal): -2322995 or 13471196. OLE color: 13471196.

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

Color convert

RGB220141205-
CMYK00.360.070.14
HSL311.39º53.02%70.78%-
HSV(B)311.39º35.91%86.27%-
XYZ50.0638.6762.58-
YUV171.92146.67162.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 141 (55.47% from 255) = 24.91%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=38.87%
G=24.91%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014120500.360.070.14311.3953.0270.78
HexDC8DCD0247E1373547
Octal33421531504471646765107
Binary110111001000110111001101010010011111101001101111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DCD; }

 p { color: rgb(220,141,205); }

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

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

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

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

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

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

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