#DF91D7

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

Shades of Plum #DF91D7

Tints of Plum #DF91D7

Color information

#DF91D7 (or 0xDF91D7) is unknown color: approx Plum. HEX triplet: DF, 91 and D7. RGB value is (223,145,215). Sum of RGB (Red+Green+Blue) = 223+145+215=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91D7 is #206E28. Grayscale: #B0B0B0. Windows color (decimal): -2125353 or 14127583. OLE color: 14127583.

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

Color convert

RGB223145215-
CMYK00.350.040.13
HSL306.15º54.93%72.16%-
HSV(B)306.15º34.98%87.45%-
XYZ52.8240.8569.39-
YUV176.3149.84161.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 145 (57.03% from 255) = 24.87%
BLUE value IS 215 (84.38% from 255) = 36.88%
R=38.25%
G=24.87%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314521500.350.040.13306.1554.9372.16
HexDF91D70234D1323748
Octal33722132704341546267110
Binary110111111001000111010111010001110011011001100101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF91D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF91D7; }

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

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

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

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

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

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

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

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