#D99BDB

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

Shades of Plum #D99BDB

Tints of Plum #D99BDB

Color information

#D99BDB (or 0xD99BDB) is unknown color: approx Plum. HEX triplet: D9, 9B and DB. RGB value is (217,155,219). Sum of RGB (Red+Green+Blue) = 217+155+219=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #D99BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BDB is #266424. Grayscale: #B4B4B4. Windows color (decimal): -2516005 or 14392281. OLE color: 14392281.

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

Color convert

RGB217155219-
CMYK0.010.2900.14
HSL298.12º47.06%73.33%-
HSV(B)298.12º29.22%85.88%-
XYZ53.1243.3172.58-
YUV180.83149.54153.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.72%
GREEN value IS 155 (60.94% from 255) = 26.23%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=36.72%
G=26.23%
B=37.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171552190.010.2900.14298.1247.0673.33
HexD99BDB11D0E12a2f49
Octal33123333313501645257111
Binary110110011001101111011011111101011101001010101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99BDB; }

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

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

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

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

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

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

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

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