#D99FE0

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

Shades of Plum #D99FE0

Tints of Plum #D99FE0

Color information

#D99FE0 (or 0xD99FE0) is unknown color: approx Plum. HEX triplet: D9, 9F and E0. RGB value is (217,159,224). Sum of RGB (Red+Green+Blue) = 217+159+224=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #D99FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FE0 is #26601F. Grayscale: #B7B7B7. Windows color (decimal): -2514976 or 14720985. OLE color: 14720985.

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

Color convert

RGB217159224-
CMYK0.030.2900.12
HSL293.54º51.18%75.1%-
HSV(B)293.54º29.02%87.84%-
XYZ54.4744.9376.32-
YUV183.75150.72151.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.17%
GREEN value IS 159 (62.5% from 255) = 26.5%
BLUE value IS 224 (87.89% from 255) = 37.33%
R=36.17%
G=26.5%
B=37.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171592240.030.2900.12293.5451.1875.1
HexD99FE031D0C126334b
Octal33123734033501444663113
Binary1101100110011111111000001111101011001001001101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FE0; }

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

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

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

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

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

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

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

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