#DA9DCD

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

Shades of Plum #DA9DCD

Tints of Plum #DA9DCD

Color information

#DA9DCD (or 0xDA9DCD) is unknown color: approx Plum. HEX triplet: DA, 9D and CD. RGB value is (218,157,205). Sum of RGB (Red+Green+Blue) = 218+157+205=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DCD is #256232. Grayscale: #B4B4B4. Windows color (decimal): -2449971 or 13475290. OLE color: 13475290.

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

Color convert

RGB218157205-
CMYK00.280.060.15
HSL312.79º45.19%73.53%-
HSV(B)312.79º27.98%85.49%-
XYZ51.9943.4363.4-
YUV180.71141.71154.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=37.59%
G=27.07%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815720500.280.060.15312.7945.1973.53
HexDA9DCD01C6F1392d4a
Octal33223531503461747155112
Binary11011010100111011100110101110011011111001110011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DCD; }

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

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

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

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

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

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

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

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