#D999DB

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

Shades of Plum #D999DB

Tints of Plum #D999DB

Color information

#D999DB (or 0xD999DB) is unknown color: approx Plum. HEX triplet: D9, 99 and DB. RGB value is (217,153,219). Sum of RGB (Red+Green+Blue) = 217+153+219=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #D999DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999DB is #266624. Grayscale: #B3B3B3. Windows color (decimal): -2516517 or 14391769. OLE color: 14391769.

HSL color Cylindrical-coordinate representation of color #D999DB: hue angle of 298.18º degrees, saturation: 0.48, 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 #D999DB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217153219-
CMYK0.010.3000.14
HSL298.18º47.83%72.94%-
HSV(B)298.18º30.14%85.88%-
XYZ52.7942.6572.47-
YUV179.66150.2154.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 153 (60.16% from 255) = 25.98%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=36.84%
G=25.98%
B=37.18%

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
Decimal2171532190.010.3000.14298.1847.8372.94
HexD999DB11E0E12a3049
Octal33123133313601645260111
Binary110110011001100111011011111110011101001010101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999DB; }

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

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

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

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

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

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

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

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