#D9ABDB

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

Shades of Plum #D9ABDB

Tints of Plum #D9ABDB

Color information

#D9ABDB (or 0xD9ABDB) is unknown color: approx Plum. HEX triplet: D9, AB and DB. RGB value is (217,171,219). Sum of RGB (Red+Green+Blue) = 217+171+219=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABDB is #265424. Grayscale: #BEBEBE. Windows color (decimal): -2511909 or 14396377. OLE color: 14396377.

HSL color Cylindrical-coordinate representation of color #D9ABDB: hue angle of 297.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9ABDB is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217171219-
CMYK0.010.2200.14
HSL297.5º40%76.47%-
HSV(B)297.5º21.92%85.88%-
XYZ55.9648.9973.52-
YUV190.23144.24147.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.75%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=35.75%
G=28.17%
B=36.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171712190.010.2200.14297.54076.47
HexD9ABDB1160E12a284c
Octal33125333312601645250114
Binary110110011010101111011011110110011101001010101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABDB; }

 p { color: rgb(217,171,219); }

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

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

 a { background-color: rgb(217,171,219); }

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

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

 span { border-color: rgb(217,171,219); }

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