#DF90DD

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

Shades of Plum #DF90DD

Tints of Plum #DF90DD

Color information

#DF90DD (or 0xDF90DD) is unknown color: approx Plum. HEX triplet: DF, 90 and DD. RGB value is (223,144,221). Sum of RGB (Red+Green+Blue) = 223+144+221=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90DD is #206F22. Grayscale: #B0B0B0. Windows color (decimal): -2125603 or 14520543. OLE color: 14520543.

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

Color convert

RGB223144221-
CMYK00.350.010.13
HSL301.52º55.24%71.96%-
HSV(B)301.52º35.43%87.45%-
XYZ53.4640.8573.47-
YUV176.4153.17161.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 144 (56.64% from 255) = 24.49%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=37.93%
G=24.49%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314422100.350.010.13301.5255.2471.96
HexDF90DD0231D12e3748
Octal33722033504311545667110
Binary1101111110010000110111010100011111011001011101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90DD; }

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

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

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

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

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

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

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

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