#DF8FE1

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

Shades of Plum #DF8FE1

Tints of Plum #DF8FE1

Color information

#DF8FE1 (or 0xDF8FE1) is unknown color: approx Plum. HEX triplet: DF, 8F and E1. RGB value is (223,143,225). Sum of RGB (Red+Green+Blue) = 223+143+225=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF8FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FE1 is #20701E. Grayscale: #B0B0B0. Windows color (decimal): -2125855 or 14782431. OLE color: 14782431.

HSL color Cylindrical-coordinate representation of color #DF8FE1: hue angle of 298.54º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8FE1 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223143225-
CMYK0.010.3600.12
HSL298.54º57.75%72.16%-
HSV(B)298.54º36.44%88.24%-
XYZ53.8440.7776.27-
YUV176.27155.5161.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 143 (56.25% from 255) = 24.20%
BLUE value IS 225 (88.28% from 255) = 38.07%
R=37.73%
G=24.20%
B=38.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231432250.010.3600.12298.5457.7572.16
HexDF8FE11240C12b3a48
Octal33721734114401445372110
Binary1101111110001111111000011100100011001001010111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8FE1; }

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

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

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

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

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

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

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

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