#D98BE6

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

Shades of Plum #D98BE6

Tints of Plum #D98BE6

Color information

#D98BE6 (or 0xD98BE6) is unknown color: approx Plum. HEX triplet: D9, 8B and E6. RGB value is (217,139,230). Sum of RGB (Red+Green+Blue) = 217+139+230=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #D98BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98BE6 is #267419. Grayscale: #ACACAC. Windows color (decimal): -2520090 or 15109081. OLE color: 15109081.

HSL color Cylindrical-coordinate representation of color #D98BE6: hue angle of 291.43º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98BE6 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB217139230-
CMYK0.060.4000.10
HSL291.43º64.54%72.35%-
HSV(B)291.43º39.57%90.2%-
XYZ52.1338.9379.63-
YUV172.7160.34159.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 139 (54.69% from 255) = 23.72%
BLUE value IS 230 (90.23% from 255) = 39.25%
R=37.03%
G=23.72%
B=39.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171392300.060.4000.10291.4364.5472.35
HexD98BE66280A1234148
Octal331213346650012443101110
Binary1101100110001011111001101101010000101010010001110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98BE6; }

 p { color: rgb(217,139,230); }

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

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

 a { background-color: rgb(217,139,230); }

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

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

 span { border-color: rgb(217,139,230); }

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