#D99BDA

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

Shades of Plum #D99BDA

Tints of Plum #D99BDA

Color information

#D99BDA (or 0xD99BDA) is unknown color: approx Plum. HEX triplet: D9, 9B and DA. RGB value is (217,155,218). Sum of RGB (Red+Green+Blue) = 217+155+218=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #D99BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BDA is #266425. Grayscale: #B4B4B4. Windows color (decimal): -2516006 or 14326745. OLE color: 14326745.

HSL color Cylindrical-coordinate representation of color #D99BDA: hue angle of 299.05º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99BDA is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217155218-
CMYK0.000.2900.15
HSL299.05º45.99%73.14%-
HSV(B)299.05º28.9%85.49%-
XYZ52.9943.2671.89-
YUV180.72149.04153.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.78%
GREEN value IS 155 (60.94% from 255) = 26.27%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=36.78%
G=26.27%
B=36.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171552180.000.2900.15299.0545.9973.14
HexD99BDA01D0F12b2e49
Octal33123333203501745356111
Binary110110011001101111011010011101011111001010111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99BDA; }

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

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

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

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

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

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

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

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