#DC8CD5

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

Shades of Plum #DC8CD5

Tints of Plum #DC8CD5

Color information

#DC8CD5 (or 0xDC8CD5) is unknown color: approx Plum. HEX triplet: DC, 8C and D5. RGB value is (220,140,213). Sum of RGB (Red+Green+Blue) = 220+140+213=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CD5 is #23732A. Grayscale: #ACACAC. Windows color (decimal): -2323243 or 13995228. OLE color: 13995228.

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

Color convert

RGB220140213-
CMYK00.360.030.14
HSL305.25º53.33%70.59%-
HSV(B)305.25º36.36%86.27%-
XYZ50.938.7867.75-
YUV172.24151162.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 140 (55.08% from 255) = 24.43%
BLUE value IS 213 (83.59% from 255) = 37.17%
R=38.39%
G=24.43%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014021300.360.030.14305.2553.3370.59
HexDC8CD50243E1313547
Octal33421432504431646165107
Binary11011100100011001101010101001001111101001100011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8CD5; }

 p { color: rgb(220,140,213); }

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

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

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

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

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

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

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