#DA9DD1

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

Shades of Plum #DA9DD1

Tints of Plum #DA9DD1

Color information

#DA9DD1 (or 0xDA9DD1) is unknown color: approx Plum. HEX triplet: DA, 9D and D1. RGB value is (218,157,209). Sum of RGB (Red+Green+Blue) = 218+157+209=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DD1 is #25622E. Grayscale: #B5B5B5. Windows color (decimal): -2449967 or 13737434. OLE color: 13737434.

HSL color Cylindrical-coordinate representation of color #DA9DD1: hue angle of 308.85º 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 #DA9DD1 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB218157209-
CMYK00.280.040.15
HSL308.85º45.19%73.53%-
HSV(B)308.85º27.98%85.49%-
XYZ52.4843.6265.98-
YUV181.17143.71154.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 157 (61.72% from 255) = 26.88%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=37.33%
G=26.88%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815720900.280.040.15308.8545.1973.53
HexDA9DD101C4F1352d4a
Octal33223532103441746555112
Binary11011010100111011101000101110010011111001101011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DD1; }

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

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

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

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

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

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

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

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