#D98DD5

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

Shades of Plum #D98DD5

Tints of Plum #D98DD5

Color information

#D98DD5 (or 0xD98DD5) is unknown color: approx Plum. HEX triplet: D9, 8D and D5. RGB value is (217,141,213). Sum of RGB (Red+Green+Blue) = 217+141+213=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DD5 is #26722A. Grayscale: #ABABAB. Windows color (decimal): -2519595 or 13995481. OLE color: 13995481.

HSL color Cylindrical-coordinate representation of color #D98DD5: hue angle of 303.16º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98DD5 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB217141213-
CMYK00.350.020.15
HSL303.16º50%70.2%-
HSV(B)303.16º35.02%85.1%-
XYZ50.1538.6167.76-
YUV171.93151.18160.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 213 (83.59% from 255) = 37.30%
R=38.00%
G=24.69%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714121300.350.020.15303.165070.2
HexD98DD50232F12f3246
Octal33121532504321745762106
Binary11011001100011011101010101000111011111001011111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DD5; }

 p { color: rgb(217,141,213); }

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

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

 a { background-color: rgb(217,141,213); }

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

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

 span { border-color: rgb(217,141,213); }

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