#DA9FDB

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

Shades of Plum #DA9FDB

Tints of Plum #DA9FDB

Color information

#DA9FDB (or 0xDA9FDB) is unknown color: approx Plum. HEX triplet: DA, 9F and DB. RGB value is (218,159,219). Sum of RGB (Red+Green+Blue) = 218+159+219=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FDB is #256024. Grayscale: #B7B7B7. Windows color (decimal): -2449445 or 14393306. OLE color: 14393306.

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

Color convert

RGB218159219-
CMYK0.000.2700.14
HSL299º45.45%74.12%-
HSV(B)299º27.4%85.88%-
XYZ54.144.8272.82-
YUV183.48148.05152.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 159 (62.5% from 255) = 26.68%
BLUE value IS 219 (85.94% from 255) = 36.74%
R=36.58%
G=26.68%
B=36.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181592190.000.2700.1429945.4574.12
HexDA9FDB01B0E12b2d4a
Octal33223733303301645355112
Binary110110101001111111011011011011011101001010111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FDB; }

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

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

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

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

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

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

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

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