#DF8FD1

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

Shades of Plum #DF8FD1

Tints of Plum #DF8FD1

Color information

#DF8FD1 (or 0xDF8FD1) is unknown color: approx Plum. HEX triplet: DF, 8F and D1. RGB value is (223,143,209). Sum of RGB (Red+Green+Blue) = 223+143+209=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FD1 is #20702E. Grayscale: #AEAEAE. Windows color (decimal): -2125871 or 13733855. OLE color: 13733855.

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

Color convert

RGB223143209-
CMYK00.360.060.13
HSL310.5º55.56%71.76%-
HSV(B)310.5º35.87%87.45%-
XYZ51.7639.9465.3-
YUV174.44147.5162.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 143 (56.25% from 255) = 24.87%
BLUE value IS 209 (82.03% from 255) = 36.35%
R=38.78%
G=24.87%
B=36.35%

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
Decimal22314320900.360.060.13310.555.5671.76
HexDF8FD10246D1363848
Octal33721732104461546670110
Binary110111111000111111010001010010011011011001101101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8FD1; }

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

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

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

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

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

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

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

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