#D99ADD

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

Shades of Plum #D99ADD

Tints of Plum #D99ADD

Color information

#D99ADD (or 0xD99ADD) is unknown color: approx Plum. HEX triplet: D9, 9A and DD. RGB value is (217,154,221). Sum of RGB (Red+Green+Blue) = 217+154+221=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #D99ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ADD is #266522. Grayscale: #B4B4B4. Windows color (decimal): -2516259 or 14523097. OLE color: 14523097.

HSL color Cylindrical-coordinate representation of color #D99ADD: hue angle of 296.42º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99ADD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217154221-
CMYK0.020.3000.13
HSL296.42º49.63%73.53%-
HSV(B)296.42º30.32%86.67%-
XYZ53.2243.0873.92-
YUV180.48150.87154.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 154 (60.55% from 255) = 26.01%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=36.66%
G=26.01%
B=37.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171542210.020.3000.13296.4249.6373.53
HexD99ADD21E0D128324a
Octal33123233523601545062112
Binary1101100110011010110111011011110011011001010001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99ADD; }

 p { color: rgb(217,154,221); }

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

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

 a { background-color: rgb(217,154,221); }

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

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

 span { border-color: rgb(217,154,221); }

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