#DC8BD5

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

Shades of Plum #DC8BD5

Tints of Plum #DC8BD5

Color information

#DC8BD5 (or 0xDC8BD5) is unknown color: approx Plum. HEX triplet: DC, 8B and D5. RGB value is (220,139,213). Sum of RGB (Red+Green+Blue) = 220+139+213=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BD5 is #23742A. Grayscale: #ABABAB. Windows color (decimal): -2323499 or 13994972. OLE color: 13994972.

HSL color Cylindrical-coordinate representation of color #DC8BD5: hue angle of 305.19º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8BD5 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220139213-
CMYK00.370.030.14
HSL305.19º53.64%70.39%-
HSV(B)305.19º36.82%86.27%-
XYZ50.7638.4867.7-
YUV171.66151.34162.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 139 (54.69% from 255) = 24.30%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=38.46%
G=24.30%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013921300.370.030.14305.1953.6470.39
HexDC8BD50253E1313646
Octal33421332504531646166106
Binary11011100100010111101010101001011111101001100011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8BD5; }

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

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

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

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

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

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

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

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