#D99FD3

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

Shades of Plum #D99FD3

Tints of Plum #D99FD3

Color information

#D99FD3 (or 0xD99FD3) is unknown color: approx Plum. HEX triplet: D9, 9F and D3. RGB value is (217,159,211). Sum of RGB (Red+Green+Blue) = 217+159+211=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FD3 is #26602C. Grayscale: #B6B6B6. Windows color (decimal): -2514989 or 13869017. OLE color: 13869017.

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

Color convert

RGB217159211-
CMYK00.270.030.15
HSL306.21º43.28%73.73%-
HSV(B)306.21º26.73%85.1%-
XYZ52.7744.2567.39-
YUV182.27144.22152.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 211 (82.81% from 255) = 35.95%
R=36.97%
G=27.09%
B=35.95%

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
Decimal21715921100.270.030.15306.2143.2873.73
HexD99FD301B3F1322b4a
Octal33123732303331746253112
Binary1101100110011111110100110110111111111001100101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FD3; }

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

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

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

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

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

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

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

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