#d99bea

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

Shades of Plum #D99BEA

Tints of Plum #D99BEA

Color information

#D99BEA (or 0xD99BEA) is unknown color: approx Plum. HEX triplet: D9, 9B and EA. RGB value is (217,155,234). Sum of RGB (Red+Green+Blue) = 217+155+234=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #D99BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BEA is #266415. Grayscale: #B6B6B6. Windows color (decimal): -2515990 or 15375321. OLE color: 15375321.

HSL color Cylindrical-coordinate representation of color #D99BEA: hue angle of 287.09º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99BEA is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217155234-
CMYK0.070.3400.08
HSL287.09º65.29%76.27%-
HSV(B)287.09º33.76%91.76%-
XYZ55.1944.1383.45-
YUV182.54157.04152.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.81%
GREEN value IS 155 (60.94% from 255) = 25.58%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=35.81%
G=25.58%
B=38.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171552340.070.3400.08287.0965.2976.27
HexD99BEA7220811f414c
Octal331233352742010437101114
Binary1101100110011011111010101111000100100010001111110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d99bea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d99bea; }

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

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

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

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

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

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

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

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