#DA9DD9

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

Shades of Plum #DA9DD9

Tints of Plum #DA9DD9

Color information

#DA9DD9 (or 0xDA9DD9) is unknown color: approx Plum. HEX triplet: DA, 9D and D9. RGB value is (218,157,217). Sum of RGB (Red+Green+Blue) = 218+157+217=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DD9 is #256226. Grayscale: #B5B5B5. Windows color (decimal): -2449959 or 14261722. OLE color: 14261722.

HSL color Cylindrical-coordinate representation of color #DA9DD9: hue angle of 300.98º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9DD9 is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB218157217-
CMYK00.280.000.15
HSL300.98º45.19%73.53%-
HSV(B)300.98º27.98%85.49%-
XYZ53.4944.0371.32-
YUV182.08147.71153.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 157 (61.72% from 255) = 26.52%
BLUE value IS 217 (85.16% from 255) = 36.66%
R=36.82%
G=26.52%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815721700.280.000.15300.9845.1973.53
HexDA9DD901C0F12d2d4a
Octal33223533103401745555112
Binary110110101001110111011001011100011111001011011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DD9; }

 p { color: rgb(218,157,217); }

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

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

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

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

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

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

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