#D98DD1

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

Shades of Plum #D98DD1

Tints of Plum #D98DD1

Color information

#D98DD1 (or 0xD98DD1) is unknown color: approx Plum. HEX triplet: D9, 8D and D1. RGB value is (217,141,209). Sum of RGB (Red+Green+Blue) = 217+141+209=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DD1 is #26722E. Grayscale: #ABABAB. Windows color (decimal): -2519599 or 13733337. OLE color: 13733337.

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

Color convert

RGB217141209-
CMYK00.350.040.15
HSL306.32º50%70.2%-
HSV(B)306.32º35.02%85.1%-
XYZ49.6538.465.12-
YUV171.48149.18160.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 209 (82.03% from 255) = 36.86%
R=38.27%
G=24.87%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714120900.350.040.15306.325070.2
HexD98DD10234F1323246
Octal33121532104341746262106
Binary110110011000110111010001010001110011111001100101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DD1; }

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

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

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

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

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

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

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

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