#DA9FCC

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

Shades of Plum #DA9FCC

Tints of Plum #DA9FCC

Color information

#DA9FCC (or 0xDA9FCC) is unknown color: approx Plum. HEX triplet: DA, 9F and CC. RGB value is (218,159,204). Sum of RGB (Red+Green+Blue) = 218+159+204=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FCC is #256033. Grayscale: #B5B5B5. Windows color (decimal): -2449460 or 13410266. OLE color: 13410266.

HSL color Cylindrical-coordinate representation of color #DA9FCC: hue angle of 314.24º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FCC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218159204-
CMYK00.270.060.15
HSL314.24º44.36%73.92%-
HSV(B)314.24º27.06%85.49%-
XYZ52.2144.0662.88-
YUV181.77140.55153.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=37.52%
G=27.37%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815920400.270.060.15314.2444.3673.92
HexDA9FCC01B6F13a2c4a
Octal33223731403361747254112
Binary11011010100111111100110001101111011111001110101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FCC; }

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

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

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

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

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

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

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

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