#DA8DD7

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

Shades of Plum #DA8DD7

Tints of Plum #DA8DD7

Color information

#DA8DD7 (or 0xDA8DD7) is unknown color: approx Plum. HEX triplet: DA, 8D and D7. RGB value is (218,141,215). Sum of RGB (Red+Green+Blue) = 218+141+215=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DD7 is #257228. Grayscale: #ACACAC. Windows color (decimal): -2454057 or 14126554. OLE color: 14126554.

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

Color convert

RGB218141215-
CMYK00.350.010.15
HSL302.34º50.99%70.39%-
HSV(B)302.34º35.32%85.49%-
XYZ50.738.8669.12-
YUV172.46152.01160.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 141 (55.47% from 255) = 24.56%
BLUE value IS 215 (84.38% from 255) = 37.46%
R=37.98%
G=24.56%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814121500.350.010.15302.3450.9970.39
HexDA8DD70231F12e3346
Octal33221532704311745663106
Binary1101101010001101110101110100011111111001011101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DD7; }

 p { color: rgb(218,141,215); }

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

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

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

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

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

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

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