#DF90DB

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

Shades of Plum #DF90DB

Tints of Plum #DF90DB

Color information

#DF90DB (or 0xDF90DB) is unknown color: approx Plum. HEX triplet: DF, 90 and DB. RGB value is (223,144,219). Sum of RGB (Red+Green+Blue) = 223+144+219=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90DB is #206F24. Grayscale: #AFAFAF. Windows color (decimal): -2125605 or 14389471. OLE color: 14389471.

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

Color convert

RGB223144219-
CMYK00.350.020.13
HSL303.04º55.24%71.96%-
HSV(B)303.04º35.43%87.45%-
XYZ53.1940.7572.08-
YUV176.17152.17161.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 144 (56.64% from 255) = 24.57%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=38.05%
G=24.57%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314421900.350.020.13303.0455.2471.96
HexDF90DB0232D12f3748
Octal33722033304321545767110
Binary11011111100100001101101101000111011011001011111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90DB; }

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

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

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

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

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

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

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

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