#D98FDF

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

Shades of Plum #D98FDF

Tints of Plum #D98FDF

Color information

#D98FDF (or 0xD98FDF) is unknown color: approx Plum. HEX triplet: D9, 8F and DF. RGB value is (217,143,223). Sum of RGB (Red+Green+Blue) = 217+143+223=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #D98FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FDF is #267020. Grayscale: #ADADAD. Windows color (decimal): -2519073 or 14651353. OLE color: 14651353.

HSL color Cylindrical-coordinate representation of color #D98FDF: hue angle of 295.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98FDF is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217143223-
CMYK0.030.3600.13
HSL295.5º55.56%71.76%-
HSV(B)295.5º35.87%87.45%-
XYZ51.7639.7274.75-
YUV174.25155.52158.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 143 (56.25% from 255) = 24.53%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=37.22%
G=24.53%
B=38.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171432230.030.3600.13295.555.5671.76
HexD98FDF3240D1283848
Octal33121733734401545070110
Binary11011001100011111101111111100100011011001010001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FDF; }

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

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

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

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

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

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

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

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