#df8bd5

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

Shades of Plum #DF8BD5

Tints of Plum #DF8BD5

Color information

#DF8BD5 (or 0xDF8BD5) is unknown color: approx Plum. HEX triplet: DF, 8B and D5. RGB value is (223,139,213). Sum of RGB (Red+Green+Blue) = 223+139+213=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BD5 is #20742A. Grayscale: #ACACAC. Windows color (decimal): -2126891 or 13994975. OLE color: 13994975.

HSL color Cylindrical-coordinate representation of color #DF8BD5: hue angle of 307.14º 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 #DF8BD5 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223139213-
CMYK00.380.040.13
HSL307.14º56.76%70.98%-
HSV(B)307.14º37.67%87.45%-
XYZ51.6738.9667.75-
YUV172.55150.83163.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 139 (54.69% from 255) = 24.17%
BLUE value IS 213 (83.59% from 255) = 37.04%
R=38.78%
G=24.17%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313921300.380.040.13307.1456.7670.98
HexDF8BD50264D1333947
Octal33721332504641546371107
Binary110111111000101111010101010011010011011001100111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df8bd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df8bd5; }

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

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

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

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

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

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

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

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