#D59BDB

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

Shades of Plum #D59BDB

Tints of Plum #D59BDB

Color information

#D59BDB (or 0xD59BDB) is unknown color: approx Plum. HEX triplet: D5, 9B and DB. RGB value is (213,155,219). Sum of RGB (Red+Green+Blue) = 213+155+219=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #D59BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BDB is #2A6424. Grayscale: #B3B3B3. Windows color (decimal): -2778149 or 14392277. OLE color: 14392277.

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

Color convert

RGB213155219-
CMYK0.030.2900.14
HSL294.38º47.06%73.33%-
HSV(B)294.38º29.22%85.88%-
XYZ51.9542.772.52-
YUV179.64150.22151.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 155 (60.94% from 255) = 26.41%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=36.29%
G=26.41%
B=37.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131552190.030.2900.14294.3847.0673.33
HexD59BDB31D0E1262f49
Octal32523333333501644657111
Binary1101010110011011110110111111101011101001001101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59BDB; }

 p { color: rgb(213,155,219); }

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

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

 a { background-color: rgb(213,155,219); }

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

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

 span { border-color: rgb(213,155,219); }

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