#D98FD5

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

Shades of Plum #D98FD5

Tints of Plum #D98FD5

Color information

#D98FD5 (or 0xD98FD5) is unknown color: approx Plum. HEX triplet: D9, 8F and D5. RGB value is (217,143,213). Sum of RGB (Red+Green+Blue) = 217+143+213=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FD5 is #26702A. Grayscale: #ACACAC. Windows color (decimal): -2519083 or 13995993. OLE color: 13995993.

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

Color convert

RGB217143213-
CMYK00.340.020.15
HSL303.24º49.33%70.59%-
HSV(B)303.24º34.1%85.1%-
XYZ50.4539.267.86-
YUV173.11150.52159.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 143 (56.25% from 255) = 24.96%
BLUE value IS 213 (83.59% from 255) = 37.17%
R=37.87%
G=24.96%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714321300.340.020.15303.2449.3370.59
HexD98FD50222F12f3147
Octal33121732504221745761107
Binary11011001100011111101010101000101011111001011111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FD5; }

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

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

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

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

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

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

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

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