#DC8BD6

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

Shades of Plum #DC8BD6

Tints of Plum #DC8BD6

Color information

#DC8BD6 (or 0xDC8BD6) is unknown color: approx Plum. HEX triplet: DC, 8B and D6. RGB value is (220,139,214). Sum of RGB (Red+Green+Blue) = 220+139+214=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BD6 is #237429. Grayscale: #ABABAB. Windows color (decimal): -2323498 or 14060508. OLE color: 14060508.

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

Color convert

RGB220139214-
CMYK00.370.030.14
HSL304.44º53.64%70.39%-
HSV(B)304.44º36.82%86.27%-
XYZ50.8938.5468.37-
YUV171.77151.84162.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 139 (54.69% from 255) = 24.26%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=38.39%
G=24.26%
B=37.35%

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
Decimal22013921400.370.030.14304.4453.6470.39
HexDC8BD60253E1303646
Octal33421332604531646066106
Binary11011100100010111101011001001011111101001100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8BD6; }

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

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

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

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

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

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

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

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