#DA8FDA

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

Shades of Plum #DA8FDA

Tints of Plum #DA8FDA

Color information

#DA8FDA (or 0xDA8FDA) is unknown color: approx Plum. HEX triplet: DA, 8F and DA. RGB value is (218,143,218). Sum of RGB (Red+Green+Blue) = 218+143+218=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FDA is #257025. Grayscale: #ADADAD. Windows color (decimal): -2453542 or 14323674. OLE color: 14323674.

HSL color Cylindrical-coordinate representation of color #DA8FDA: hue angle of 300º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA8FDA is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218143218-
CMYK00.3400.15
HSL300º50.34%70.78%-
HSV(B)300º34.4%85.49%-
XYZ51.3939.6171.27-
YUV173.98152.85159.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 143 (56.25% from 255) = 24.70%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=37.65%
G=24.70%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814321800.3400.1530050.3470.78
HexDA8FDA0220F12c3247
Octal33221733204201745462107
Binary1101101010001111110110100100010011111001011001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8FDA; }

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

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

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

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

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

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

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

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