#DA9CD5

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

Shades of Plum #DA9CD5

Tints of Plum #DA9CD5

Color information

#DA9CD5 (or 0xDA9CD5) is unknown color: approx Plum. HEX triplet: DA, 9C and D5. RGB value is (218,156,213). Sum of RGB (Red+Green+Blue) = 218+156+213=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CD5 is #25632A. Grayscale: #B4B4B4. Windows color (decimal): -2450219 or 13999322. OLE color: 13999322.

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

Color convert

RGB218156213-
CMYK00.280.020.15
HSL304.84º45.59%73.33%-
HSV(B)304.84º28.44%85.49%-
XYZ52.8143.4968.56-
YUV181.04146.04154.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 156 (61.33% from 255) = 26.58%
BLUE value IS 213 (83.59% from 255) = 36.29%
R=37.14%
G=26.58%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815621300.280.020.15304.8445.5973.33
HexDA9CD501C2F1312e49
Octal33223432503421746156111
Binary1101101010011100110101010111001011111001100011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CD5; }

 p { color: rgb(218,156,213); }

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

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

 a { background-color: rgb(218,156,213); }

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

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

 span { border-color: rgb(218,156,213); }

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