#DA9AD1

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

Shades of Plum #DA9AD1

Tints of Plum #DA9AD1

Color information

#DA9AD1 (or 0xDA9AD1) is unknown color: approx Plum. HEX triplet: DA, 9A and D1. RGB value is (218,154,209). Sum of RGB (Red+Green+Blue) = 218+154+209=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AD1 is #25652E. Grayscale: #B3B3B3. Windows color (decimal): -2450735 or 13736666. OLE color: 13736666.

HSL color Cylindrical-coordinate representation of color #DA9AD1: hue angle of 308.44º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9AD1 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB218154209-
CMYK00.290.040.15
HSL308.44º46.38%72.94%-
HSV(B)308.44º29.36%85.49%-
XYZ51.9842.6265.81-
YUV179.41144.7155.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 209 (82.03% from 255) = 35.97%
R=37.52%
G=26.51%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815420900.290.040.15308.4446.3872.94
HexDA9AD101D4F1342e49
Octal33223232103541746456111
Binary11011010100110101101000101110110011111001101001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AD1; }

 p { color: rgb(218,154,209); }

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

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

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

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

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

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

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