#DF90DA

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

Shades of Plum #DF90DA

Tints of Plum #DF90DA

Color information

#DF90DA (or 0xDF90DA) is unknown color: approx Plum. HEX triplet: DF, 90 and DA. RGB value is (223,144,218). Sum of RGB (Red+Green+Blue) = 223+144+218=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90DA is #206F25. Grayscale: #AFAFAF. Windows color (decimal): -2125606 or 14323935. OLE color: 14323935.

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

Color convert

RGB223144218-
CMYK00.350.020.13
HSL303.8º55.24%71.96%-
HSV(B)303.8º35.43%87.45%-
XYZ53.0640.771.39-
YUV176.06151.67161.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 144 (56.64% from 255) = 24.62%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=38.12%
G=24.62%
B=37.26%

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
Decimal22314421800.350.020.13303.855.2471.96
HexDF90DA0232D1303748
Octal33722033204321546067110
Binary11011111100100001101101001000111011011001100001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90DA; }

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

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

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

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

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

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

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

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