#D9AFDF

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

Shades of Plum #D9AFDF

Tints of Plum #D9AFDF

Color information

#D9AFDF (or 0xD9AFDF) is unknown color: approx Plum. HEX triplet: D9, AF and DF. RGB value is (217,175,223). Sum of RGB (Red+Green+Blue) = 217+175+223=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFDF is #265020. Grayscale: #C0C0C0. Windows color (decimal): -2510881 or 14659545. OLE color: 14659545.

HSL color Cylindrical-coordinate representation of color #D9AFDF: hue angle of 292.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AFDF is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217175223-
CMYK0.030.2200.13
HSL292.5º42.86%78.04%-
HSV(B)292.5º21.52%87.45%-
XYZ57.2650.7476.59-
YUV193.03144.91145.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.28%
GREEN value IS 175 (68.75% from 255) = 28.46%
BLUE value IS 223 (87.5% from 255) = 36.26%
R=35.28%
G=28.46%
B=36.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171752230.030.2200.13292.542.8678.04
HexD9AFDF3160D1242b4e
Octal33125733732601544453116
Binary1101100110101111110111111110110011011001001001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFDF; }

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

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

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

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

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

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

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

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