#D98DE1

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

Shades of Plum #D98DE1

Tints of Plum #D98DE1

Color information

#D98DE1 (or 0xD98DE1) is unknown color: approx Plum. HEX triplet: D9, 8D and E1. RGB value is (217,141,225). Sum of RGB (Red+Green+Blue) = 217+141+225=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #D98DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DE1 is #26721E. Grayscale: #ADADAD. Windows color (decimal): -2519583 or 14781913. OLE color: 14781913.

HSL color Cylindrical-coordinate representation of color #D98DE1: hue angle of 294.29º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D98DE1 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217141225-
CMYK0.040.3700.12
HSL294.29º58.33%71.76%-
HSV(B)294.29º37.33%88.24%-
XYZ51.7339.2476.08-
YUV173.3157.18159.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 141 (55.47% from 255) = 24.19%
BLUE value IS 225 (88.28% from 255) = 38.59%
R=37.22%
G=24.19%
B=38.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171412250.040.3700.12294.2958.3371.76
HexD98DE14250C1263a48
Octal33121534144501444672110
Binary110110011000110111100001100100101011001001001101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DE1; }

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

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

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

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

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

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

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

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