#DA90DD

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

Shades of Plum #DA90DD

Tints of Plum #DA90DD

Color information

#DA90DD (or 0xDA90DD) is unknown color: approx Plum. HEX triplet: DA, 90 and DD. RGB value is (218,144,221). Sum of RGB (Red+Green+Blue) = 218+144+221=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90DD is #256F22. Grayscale: #AEAEAE. Windows color (decimal): -2453283 or 14520538. OLE color: 14520538.

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

Color convert

RGB218144221-
CMYK0.010.3500.13
HSL297.66º53.1%71.57%-
HSV(B)297.66º34.84%86.67%-
XYZ51.9440.0773.4-
YUV174.9154.02158.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 144 (56.64% from 255) = 24.70%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=37.39%
G=24.70%
B=37.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181442210.010.3500.13297.6653.171.57
HexDA90DD1230D12a3548
Octal33222033514301545265110
Binary1101101010010000110111011100011011011001010101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA90DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA90DD; }

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

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

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

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

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

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

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

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