#DF8ED1

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

Shades of Plum #DF8ED1

Tints of Plum #DF8ED1

Color information

#DF8ED1 (or 0xDF8ED1) is unknown color: approx Plum. HEX triplet: DF, 8E and D1. RGB value is (223,142,209). Sum of RGB (Red+Green+Blue) = 223+142+209=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ED1 is #20712E. Grayscale: #ADADAD. Windows color (decimal): -2126127 or 13733599. OLE color: 13733599.

HSL color Cylindrical-coordinate representation of color #DF8ED1: hue angle of 310.37º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8ED1 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB223142209-
CMYK00.360.060.13
HSL310.37º55.86%71.57%-
HSV(B)310.37º36.32%87.45%-
XYZ51.6139.6465.25-
YUV173.86147.84163.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 142 (55.86% from 255) = 24.74%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=38.85%
G=24.74%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314220900.360.060.13310.3755.8671.57
HexDF8ED10246D1363848
Octal33721632104461546670110
Binary110111111000111011010001010010011011011001101101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8ED1; }

 p { color: rgb(223,142,209); }

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

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

 a { background-color: rgb(223,142,209); }

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

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

 span { border-color: rgb(223,142,209); }

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