#D98BDD

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

Shades of Plum #D98BDD

Tints of Plum #D98BDD

Color information

#D98BDD (or 0xD98BDD) is unknown color: approx Plum. HEX triplet: D9, 8B and DD. RGB value is (217,139,221). Sum of RGB (Red+Green+Blue) = 217+139+221=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #D98BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98BDD is #267422. Grayscale: #ABABAB. Windows color (decimal): -2520099 or 14519257. OLE color: 14519257.

HSL color Cylindrical-coordinate representation of color #D98BDD: hue angle of 297.07º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D98BDD is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217139221-
CMYK0.020.3700.13
HSL297.07º54.67%70.59%-
HSV(B)297.07º37.1%86.67%-
XYZ50.938.4473.14-
YUV171.67155.84160.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 139 (54.69% from 255) = 24.09%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=37.61%
G=24.09%
B=38.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171392210.020.3700.13297.0754.6770.59
HexD98BDD2250D1293747
Octal33121333524501545167107
Binary11011001100010111101110110100101011011001010011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98BDD; }

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

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

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

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

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

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

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

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