#DA8FDD

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

Shades of Plum #DA8FDD

Tints of Plum #DA8FDD

Color information

#DA8FDD (or 0xDA8FDD) is unknown color: approx Plum. HEX triplet: DA, 8F and DD. RGB value is (218,143,221). Sum of RGB (Red+Green+Blue) = 218+143+221=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FDD is #257022. Grayscale: #AEAEAE. Windows color (decimal): -2453539 or 14520282. OLE color: 14520282.

HSL color Cylindrical-coordinate representation of color #DA8FDD: hue angle of 297.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8FDD is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218143221-
CMYK0.010.3500.13
HSL297.69º53.42%71.37%-
HSV(B)297.69º35.29%86.67%-
XYZ51.7939.7773.35-
YUV174.32154.35159.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 143 (56.25% from 255) = 24.57%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=37.46%
G=24.57%
B=37.97%

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
Decimal2181432210.010.3500.13297.6953.4271.37
HexDA8FDD1230D12a3547
Octal33221733514301545265107
Binary1101101010001111110111011100011011011001010101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8FDD; }

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

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

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

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

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

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

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

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