#D99FD2

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

Shades of Plum #D99FD2

Tints of Plum #D99FD2

Color information

#D99FD2 (or 0xD99FD2) is unknown color: approx Plum. HEX triplet: D9, 9F and D2. RGB value is (217,159,210). Sum of RGB (Red+Green+Blue) = 217+159+210=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FD2 is #26602D. Grayscale: #B6B6B6. Windows color (decimal): -2514990 or 13803481. OLE color: 13803481.

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

Color convert

RGB217159210-
CMYK00.270.030.15
HSL307.24º43.28%73.73%-
HSV(B)307.24º26.73%85.1%-
XYZ52.6544.266.73-
YUV182.16143.72152.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 159 (62.5% from 255) = 27.13%
BLUE value IS 210 (82.42% from 255) = 35.84%
R=37.03%
G=27.13%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715921000.270.030.15307.2443.2873.73
HexD99FD201B3F1332b4a
Octal33123732203331746353112
Binary1101100110011111110100100110111111111001100111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FD2; }

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

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

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

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

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

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

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

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