#DF90DF

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

Shades of Plum #DF90DF

Tints of Plum #DF90DF

Color information

#DF90DF (or 0xDF90DF) is unknown color: approx Plum. HEX triplet: DF, 90 and DF. RGB value is (223,144,223). Sum of RGB (Red+Green+Blue) = 223+144+223=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90DF is #206F20. Grayscale: #B0B0B0. Windows color (decimal): -2125601 or 14651615. OLE color: 14651615.

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

Color convert

RGB223144223-
CMYK00.3500.13
HSL300º55.24%71.96%-
HSV(B)300º35.43%87.45%-
XYZ53.7240.9674.89-
YUV176.63154.17161.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 144 (56.64% from 255) = 24.41%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=37.80%
G=24.41%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314422300.3500.1330055.2471.96
HexDF90DF0230D12c3748
Octal33722033704301545467110
Binary1101111110010000110111110100011011011001011001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90DF; }

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

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

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

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

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

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

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

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