#DA9FCE

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

Shades of Plum #DA9FCE

Tints of Plum #DA9FCE

Color information

#DA9FCE (or 0xDA9FCE) is unknown color: approx Plum. HEX triplet: DA, 9F and CE. RGB value is (218,159,206). Sum of RGB (Red+Green+Blue) = 218+159+206=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FCE is #256031. Grayscale: #B5B5B5. Windows color (decimal): -2449458 or 13541338. OLE color: 13541338.

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

Color convert

RGB218159206-
CMYK00.270.060.15
HSL312.2º44.36%73.92%-
HSV(B)312.2º27.06%85.49%-
XYZ52.4544.1664.15-
YUV182141.55153.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 159 (62.5% from 255) = 27.27%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=37.39%
G=27.27%
B=35.33%

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
Decimal21815920600.270.060.15312.244.3673.92
HexDA9FCE01B6F1382c4a
Octal33223731603361747054112
Binary11011010100111111100111001101111011111001110001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FCE; }

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

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

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

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

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

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

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

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