#D9AFDB

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

Shades of Plum #D9AFDB

Tints of Plum #D9AFDB

Color information

#D9AFDB (or 0xD9AFDB) is unknown color: approx Plum. HEX triplet: D9, AF and DB. RGB value is (217,175,219). Sum of RGB (Red+Green+Blue) = 217+175+219=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFDB is #265024. Grayscale: #C0C0C0. Windows color (decimal): -2510885 or 14397401. OLE color: 14397401.

HSL color Cylindrical-coordinate representation of color #D9AFDB: hue angle of 297.27º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AFDB is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217175219-
CMYK0.010.2000.14
HSL297.27º37.93%77.25%-
HSV(B)297.27º20.09%85.88%-
XYZ56.7350.5373.78-
YUV192.57142.91145.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.52%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 219 (85.94% from 255) = 35.84%
R=35.52%
G=28.64%
B=35.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171752190.010.2000.14297.2737.9377.25
HexD9AFDB1140E129264d
Octal33125733312401645146115
Binary110110011010111111011011110100011101001010011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFDB; }

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

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

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

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

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

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

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

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