#D99ED3

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

Shades of Plum #D99ED3

Tints of Plum #D99ED3

Color information

#D99ED3 (or 0xD99ED3) is unknown color: approx Plum. HEX triplet: D9, 9E and D3. RGB value is (217,158,211). Sum of RGB (Red+Green+Blue) = 217+158+211=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ED3 is #26612C. Grayscale: #B5B5B5. Windows color (decimal): -2515245 or 13868761. OLE color: 13868761.

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

Color convert

RGB217158211-
CMYK00.270.030.15
HSL306.1º43.7%73.53%-
HSV(B)306.1º27.19%85.1%-
XYZ52.643.9167.33-
YUV181.68144.55153.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 211 (82.81% from 255) = 36.01%
R=37.03%
G=26.96%
B=36.01%

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
Decimal21715821100.270.030.15306.143.773.53
HexD99ED301B3F1322c4a
Octal33123632303331746254112
Binary1101100110011110110100110110111111111001100101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99ED3; }

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

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

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

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

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

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

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

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