#DF93DC

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

Shades of Plum #DF93DC

Tints of Plum #DF93DC

Color information

#DF93DC (or 0xDF93DC) is unknown color: approx Plum. HEX triplet: DF, 93 and DC. RGB value is (223,147,220). Sum of RGB (Red+Green+Blue) = 223+147+220=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93DC is #206C23. Grayscale: #B1B1B1. Windows color (decimal): -2124836 or 14455775. OLE color: 14455775.

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

Color convert

RGB223147220-
CMYK00.340.010.13
HSL302.37º54.29%72.55%-
HSV(B)302.37º34.08%87.45%-
XYZ53.7841.7272.93-
YUV178.05151.68160.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 147 (57.81% from 255) = 24.92%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=37.80%
G=24.92%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314722000.340.010.13302.3754.2972.55
HexDF93DC0221D12e3649
Octal33722333404211545666111
Binary1101111110010011110111000100010111011001011101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF93DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF93DC; }

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

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

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

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

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

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

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

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