#DF91D9

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

Shades of Plum #DF91D9

Tints of Plum #DF91D9

Color information

#DF91D9 (or 0xDF91D9) is unknown color: approx Plum. HEX triplet: DF, 91 and D9. RGB value is (223,145,217). Sum of RGB (Red+Green+Blue) = 223+145+217=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91D9 is #206E26. Grayscale: #B0B0B0. Windows color (decimal): -2125351 or 14258655. OLE color: 14258655.

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

Color convert

RGB223145217-
CMYK00.350.030.13
HSL304.62º54.93%72.16%-
HSV(B)304.62º34.98%87.45%-
XYZ53.0840.9570.75-
YUV176.53150.84161.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 217 (85.16% from 255) = 37.09%
R=38.12%
G=24.79%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314521700.350.030.13304.6254.9372.16
HexDF91D90233D1313748
Octal33722133104331546167110
Binary11011111100100011101100101000111111011001100011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF91D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF91D9; }

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

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

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

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

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

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

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

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