#DF90DE

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

Shades of Plum #DF90DE

Tints of Plum #DF90DE

Color information

#DF90DE (or 0xDF90DE) is unknown color: approx Plum. HEX triplet: DF, 90 and DE. RGB value is (223,144,222). Sum of RGB (Red+Green+Blue) = 223+144+222=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90DE is #206F21. Grayscale: #B0B0B0. Windows color (decimal): -2125602 or 14586079. OLE color: 14586079.

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

Color convert

RGB223144222-
CMYK00.350.000.13
HSL300.76º55.24%71.96%-
HSV(B)300.76º35.43%87.45%-
XYZ53.5940.9174.18-
YUV176.51153.67161.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 144 (56.64% from 255) = 24.45%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=37.86%
G=24.45%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314422200.350.000.13300.7655.2471.96
HexDF90DE0230D12d3748
Octal33722033604301545567110
Binary1101111110010000110111100100011011011001011011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90DE; }

 p { color: rgb(223,144,222); }

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

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

 a { background-color: rgb(223,144,222); }

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

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

 span { border-color: rgb(223,144,222); }

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