#D98DD6

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

Shades of Plum #D98DD6

Tints of Plum #D98DD6

Color information

#D98DD6 (or 0xD98DD6) is unknown color: approx Plum. HEX triplet: D9, 8D and D6. RGB value is (217,141,214). Sum of RGB (Red+Green+Blue) = 217+141+214=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DD6 is #267229. Grayscale: #ABABAB. Windows color (decimal): -2519594 or 14061017. OLE color: 14061017.

HSL color Cylindrical-coordinate representation of color #D98DD6: hue angle of 302.37º 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 #D98DD6 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217141214-
CMYK00.350.010.15
HSL302.37º50%70.2%-
HSV(B)302.37º35.02%85.1%-
XYZ50.2838.6668.43-
YUV172.05151.68160.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 214 (83.98% from 255) = 37.41%
R=37.94%
G=24.65%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714121400.350.010.15302.375070.2
HexD98DD60231F12e3246
Octal33121532604311745662106
Binary1101100110001101110101100100011111111001011101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DD6; }

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

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

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

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

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

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

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

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