#DF8DE1

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

Shades of Plum #DF8DE1

Tints of Plum #DF8DE1

Color information

#DF8DE1 (or 0xDF8DE1) is unknown color: approx Plum. HEX triplet: DF, 8D and E1. RGB value is (223,141,225). Sum of RGB (Red+Green+Blue) = 223+141+225=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF8DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8DE1 is #20721E. Grayscale: #AEAEAE. Windows color (decimal): -2126367 or 14781919. OLE color: 14781919.

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

Color convert

RGB223141225-
CMYK0.010.3700.12
HSL298.57º58.33%71.76%-
HSV(B)298.57º37.33%88.24%-
XYZ53.5540.1776.17-
YUV175.09156.17162.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=37.86%
G=23.94%
B=38.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231412250.010.3700.12298.5758.3371.76
HexDF8DE11250C12b3a48
Octal33721534114501445372110
Binary1101111110001101111000011100101011001001010111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8DE1; }

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

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

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

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

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

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

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

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