#D99ADB

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

Shades of Plum #D99ADB

Tints of Plum #D99ADB

Color information

#D99ADB (or 0xD99ADB) is unknown color: approx Plum. HEX triplet: D9, 9A and DB. RGB value is (217,154,219). Sum of RGB (Red+Green+Blue) = 217+154+219=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #D99ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ADB is #266524. Grayscale: #B4B4B4. Windows color (decimal): -2516261 or 14392025. OLE color: 14392025.

HSL color Cylindrical-coordinate representation of color #D99ADB: hue angle of 298.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99ADB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217154219-
CMYK0.010.3000.14
HSL298.15º47.45%73.14%-
HSV(B)298.15º29.68%85.88%-
XYZ52.9642.9872.52-
YUV180.25149.87154.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.78%
GREEN value IS 154 (60.55% from 255) = 26.10%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=36.78%
G=26.10%
B=37.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171542190.010.3000.14298.1547.4573.14
HexD99ADB11E0E12a2f49
Octal33123233313601645257111
Binary110110011001101011011011111110011101001010101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99ADB; }

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

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

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

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

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

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

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

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