#DA90DF

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

Shades of Plum #DA90DF

Tints of Plum #DA90DF

Color information

#DA90DF (or 0xDA90DF) is unknown color: approx Plum. HEX triplet: DA, 90 and DF. RGB value is (218,144,223). Sum of RGB (Red+Green+Blue) = 218+144+223=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90DF is #256F20. Grayscale: #AEAEAE. Windows color (decimal): -2453281 or 14651610. OLE color: 14651610.

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

Color convert

RGB218144223-
CMYK0.020.3500.13
HSL296.2º55.24%71.96%-
HSV(B)296.2º35.43%87.45%-
XYZ52.2140.1874.82-
YUV175.13155.02158.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181442230.020.3500.13296.255.2471.96
HexDA90DF2230D1283748
Octal33222033724301545067110
Binary11011010100100001101111110100011011011001010001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA90DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA90DF; }

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

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

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

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

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

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

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

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