#DF93DB

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

Shades of Plum #DF93DB

Tints of Plum #DF93DB

Color information

#DF93DB (or 0xDF93DB) is unknown color: approx Plum. HEX triplet: DF, 93 and DB. RGB value is (223,147,219). Sum of RGB (Red+Green+Blue) = 223+147+219=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93DB is #206C24. Grayscale: #B1B1B1. Windows color (decimal): -2124837 or 14390239. OLE color: 14390239.

HSL color Cylindrical-coordinate representation of color #DF93DB: hue angle of 303.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF93DB is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223147219-
CMYK00.340.020.13
HSL303.16º54.29%72.55%-
HSV(B)303.16º34.08%87.45%-
XYZ53.6541.6772.23-
YUV177.93151.18160.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=37.86%
G=24.96%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314721900.340.020.13303.1654.2972.55
HexDF93DB0222D12f3649
Octal33722333304221545766111
Binary11011111100100111101101101000101011011001011111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF93DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF93DB; }

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

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

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

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

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

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

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

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