#d99ed0

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

Shades of Plum #D99ED0

Tints of Plum #D99ED0

Color information

#D99ED0 (or 0xD99ED0) is unknown color: approx Plum. HEX triplet: D9, 9E and D0. RGB value is (217,158,208). Sum of RGB (Red+Green+Blue) = 217+158+208=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ED0 is #26612F. Grayscale: #B5B5B5. Windows color (decimal): -2515248 or 13672153. OLE color: 13672153.

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

Color convert

RGB217158208-
CMYK00.270.040.15
HSL309.15º43.7%73.53%-
HSV(B)309.15º27.19%85.1%-
XYZ52.2343.7665.37-
YUV181.34143.05153.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 158 (62.11% from 255) = 27.10%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=37.22%
G=27.10%
B=35.68%

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
Decimal21715820800.270.040.15309.1543.773.53
HexD99ED001B4F1352c4a
Octal33123632003341746554112
Binary11011001100111101101000001101110011111001101011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d99ed0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d99ed0; }

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

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

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

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

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

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

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

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