#DF91DA

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

Shades of Plum #DF91DA

Tints of Plum #DF91DA

Color information

#DF91DA (or 0xDF91DA) is unknown color: approx Plum. HEX triplet: DF, 91 and DA. RGB value is (223,145,218). Sum of RGB (Red+Green+Blue) = 223+145+218=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91DA is #206E25. Grayscale: #B0B0B0. Windows color (decimal): -2125350 or 14324191. OLE color: 14324191.

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

Color convert

RGB223145218-
CMYK00.350.020.13
HSL303.85º54.93%72.16%-
HSV(B)303.85º34.98%87.45%-
XYZ53.214171.44-
YUV176.64151.34161.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=38.05%
G=24.74%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314521800.350.020.13303.8554.9372.16
HexDF91DA0232D1303748
Octal33722133204321546067110
Binary11011111100100011101101001000111011011001100001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF91DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF91DA; }

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

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

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

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

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

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

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

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