#DF8BD8

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

Shades of Plum #DF8BD8

Tints of Plum #DF8BD8

Color information

#DF8BD8 (or 0xDF8BD8) is unknown color: approx Plum. HEX triplet: DF, 8B and D8. RGB value is (223,139,216). Sum of RGB (Red+Green+Blue) = 223+139+216=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BD8 is #207427. Grayscale: #ACACAC. Windows color (decimal): -2126888 or 14191583. OLE color: 14191583.

HSL color Cylindrical-coordinate representation of color #DF8BD8: hue angle of 305º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8BD8 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223139216-
CMYK00.380.030.13
HSL305º56.76%70.98%-
HSV(B)305º37.67%87.45%-
XYZ52.0639.1169.77-
YUV172.89152.33163.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 216 (84.77% from 255) = 37.37%
R=38.58%
G=24.05%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313921600.380.030.1330556.7670.98
HexDF8BD80263D1313947
Octal33721333004631546171107
Binary11011111100010111101100001001101111011001100011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8BD8; }

 p { color: rgb(223,139,216); }

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

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

 a { background-color: rgb(223,139,216); }

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

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

 span { border-color: rgb(223,139,216); }

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