#D99FD7

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

Shades of Plum #D99FD7

Tints of Plum #D99FD7

Color information

#D99FD7 (or 0xD99FD7) is unknown color: approx Plum. HEX triplet: D9, 9F and D7. RGB value is (217,159,215). Sum of RGB (Red+Green+Blue) = 217+159+215=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FD7 is #266028. Grayscale: #B6B6B6. Windows color (decimal): -2514985 or 14131161. OLE color: 14131161.

HSL color Cylindrical-coordinate representation of color #D99FD7: hue angle of 302.07º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99FD7 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217159215-
CMYK00.270.010.15
HSL302.07º43.28%73.73%-
HSV(B)302.07º26.73%85.1%-
XYZ53.2844.4570.06-
YUV182.73146.22152.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.72%
GREEN value IS 159 (62.5% from 255) = 26.90%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=36.72%
G=26.90%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715921500.270.010.15302.0743.2873.73
HexD99FD701B1F12e2b4a
Octal33123732703311745653112
Binary110110011001111111010111011011111111001011101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FD7; }

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

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

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

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

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

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

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

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