#DA9FDC

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

Shades of Plum #DA9FDC

Tints of Plum #DA9FDC

Color information

#DA9FDC (or 0xDA9FDC) is unknown color: approx Plum. HEX triplet: DA, 9F and DC. RGB value is (218,159,220). Sum of RGB (Red+Green+Blue) = 218+159+220=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FDC is #256023. Grayscale: #B7B7B7. Windows color (decimal): -2449444 or 14458842. OLE color: 14458842.

HSL color Cylindrical-coordinate representation of color #DA9FDC: hue angle of 298.03º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9FDC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218159220-
CMYK0.010.2800.14
HSL298.03º46.56%74.31%-
HSV(B)298.03º27.73%86.27%-
XYZ54.2344.8773.51-
YUV183.6148.55152.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 159 (62.5% from 255) = 26.63%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=36.52%
G=26.63%
B=36.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181592200.010.2800.14298.0346.5674.31
HexDA9FDC11C0E12a2f4a
Octal33223733413401645257112
Binary110110101001111111011100111100011101001010101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FDC; }

 p { color: rgb(218,159,220); }

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

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

 a { background-color: rgb(218,159,220); }

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

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

 span { border-color: rgb(218,159,220); }

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