#DF91E1

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

Shades of Plum #DF91E1

Tints of Plum #DF91E1

Color information

#DF91E1 (or 0xDF91E1) is unknown color: approx Plum. HEX triplet: DF, 91 and E1. RGB value is (223,145,225). Sum of RGB (Red+Green+Blue) = 223+145+225=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF91E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91E1 is #206E1E. Grayscale: #B1B1B1. Windows color (decimal): -2125343 or 14782943. OLE color: 14782943.

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

Color convert

RGB223145225-
CMYK0.010.3600.12
HSL298.5º57.14%72.55%-
HSV(B)298.5º35.56%88.24%-
XYZ54.1541.3876.37-
YUV177.44154.84160.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 145 (57.03% from 255) = 24.45%
BLUE value IS 225 (88.28% from 255) = 37.94%
R=37.61%
G=24.45%
B=37.94%

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
Decimal2231452250.010.3600.12298.557.1472.55
HexDF91E11240C12a3949
Octal33722134114401445271111
Binary1101111110010001111000011100100011001001010101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF91E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF91E1; }

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

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

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

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

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

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

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

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