#D59ADB

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

Shades of Plum #D59ADB

Tints of Plum #D59ADB

Color information

#D59ADB (or 0xD59ADB) is unknown color: approx Plum. HEX triplet: D5, 9A and DB. RGB value is (213,154,219). Sum of RGB (Red+Green+Blue) = 213+154+219=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #D59ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ADB is #2A6524. Grayscale: #B2B2B2. Windows color (decimal): -2778405 or 14392021. OLE color: 14392021.

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

Color convert

RGB213154219-
CMYK0.030.3000.14
HSL294.46º47.45%73.14%-
HSV(B)294.46º29.68%85.88%-
XYZ51.7842.3772.47-
YUV179.05150.55152.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=36.35%
G=26.28%
B=37.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131542190.030.3000.14294.4647.4573.14
HexD59ADB31E0E1262f49
Octal32523233333601644657111
Binary1101010110011010110110111111110011101001001101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59ADB; }

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

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

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

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

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

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

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

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