#DA8BD6

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

Shades of Plum #DA8BD6

Tints of Plum #DA8BD6

Color information

#DA8BD6 (or 0xDA8BD6) is unknown color: approx Plum. HEX triplet: DA, 8B and D6. RGB value is (218,139,214). Sum of RGB (Red+Green+Blue) = 218+139+214=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BD6 is #257429. Grayscale: #AAAAAA. Windows color (decimal): -2454570 or 14060506. OLE color: 14060506.

HSL color Cylindrical-coordinate representation of color #DA8BD6: hue angle of 303.04º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8BD6 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218139214-
CMYK00.360.020.15
HSL303.04º51.63%70%-
HSV(B)303.04º36.24%85.49%-
XYZ50.2838.2368.35-
YUV171.17152.17161.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 139 (54.69% from 255) = 24.34%
BLUE value IS 214 (83.98% from 255) = 37.48%
R=38.18%
G=24.34%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813921400.360.020.15303.0451.6370
HexDA8BD60242F12f3446
Octal33221332604421745764106
Binary11011010100010111101011001001001011111001011111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8BD6; }

 p { color: rgb(218,139,214); }

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

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

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

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

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

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

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