#DF93CD

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

Shades of Plum #DF93CD

Tints of Plum #DF93CD

Color information

#DF93CD (or 0xDF93CD) is unknown color: approx Plum. HEX triplet: DF, 93 and CD. RGB value is (223,147,205). Sum of RGB (Red+Green+Blue) = 223+147+205=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93CD is #206C32. Grayscale: #B0B0B0. Windows color (decimal): -2124851 or 13472735. OLE color: 13472735.

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

Color convert

RGB223147205-
CMYK00.340.080.13
HSL314.21º54.29%72.55%-
HSV(B)314.21º34.08%87.45%-
XYZ51.8840.9662.93-
YUV176.34144.18161.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 147 (57.81% from 255) = 25.57%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=38.78%
G=25.57%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314720500.340.080.13314.2154.2972.55
HexDF93CD0228D13a3649
Octal337223315042101547266111
Binary1101111110010011110011010100010100011011001110101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF93CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF93CD; }

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

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

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

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

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

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

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

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