#D99FDF

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

Shades of Plum #D99FDF

Tints of Plum #D99FDF

Color information

#D99FDF (or 0xD99FDF) is unknown color: approx Plum. HEX triplet: D9, 9F and DF. RGB value is (217,159,223). Sum of RGB (Red+Green+Blue) = 217+159+223=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #D99FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FDF is #266020. Grayscale: #B7B7B7. Windows color (decimal): -2514977 or 14655449. OLE color: 14655449.

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

Color convert

RGB217159223-
CMYK0.030.2900.13
HSL294.38º50%74.9%-
HSV(B)294.38º28.7%87.45%-
XYZ54.3344.8875.61-
YUV183.64150.22151.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.23%
GREEN value IS 159 (62.5% from 255) = 26.54%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=36.23%
G=26.54%
B=37.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171592230.030.2900.13294.385074.9
HexD99FDF31D0D126324b
Octal33123733733501544662113
Binary1101100110011111110111111111101011011001001101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FDF; }

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

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

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

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

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

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

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

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