#df91db

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

Shades of Plum #DF91DB

Tints of Plum #DF91DB

Color information

#DF91DB (or 0xDF91DB) is unknown color: approx Plum. HEX triplet: DF, 91 and DB. RGB value is (223,145,219). Sum of RGB (Red+Green+Blue) = 223+145+219=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91DB is #206E24. Grayscale: #B0B0B0. Windows color (decimal): -2125349 or 14389727. OLE color: 14389727.

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

Color convert

RGB223145219-
CMYK00.350.020.13
HSL303.08º54.93%72.16%-
HSV(B)303.08º34.98%87.45%-
XYZ53.3441.0572.13-
YUV176.76151.84160.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 145 (57.03% from 255) = 24.70%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=37.99%
G=24.70%
B=37.31%

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
Decimal22314521900.350.020.13303.0854.9372.16
HexDF91DB0232D12f3748
Octal33722133304321545767110
Binary11011111100100011101101101000111011011001011111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df91db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df91db; }

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

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

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

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

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

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

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

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