#D99FD1

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

Shades of Plum #D99FD1

Tints of Plum #D99FD1

Color information

#D99FD1 (or 0xD99FD1) is unknown color: approx Plum. HEX triplet: D9, 9F and D1. RGB value is (217,159,209). Sum of RGB (Red+Green+Blue) = 217+159+209=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FD1 is #26602E. Grayscale: #B5B5B5. Windows color (decimal): -2514991 or 13737945. OLE color: 13737945.

HSL color Cylindrical-coordinate representation of color #D99FD1: hue angle of 308.28º 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 #D99FD1 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217159209-
CMYK00.270.040.15
HSL308.28º43.28%73.73%-
HSV(B)308.28º26.73%85.1%-
XYZ52.5244.1566.08-
YUV182.04143.22152.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=37.09%
G=27.18%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715920900.270.040.15308.2843.2873.73
HexD99FD101B4F1342b4a
Octal33123732103341746453112
Binary11011001100111111101000101101110011111001101001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FD1; }

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

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

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

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

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

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

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

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