#D98FDD

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

Shades of Plum #D98FDD

Tints of Plum #D98FDD

Color information

#D98FDD (or 0xD98FDD) is unknown color: approx Plum. HEX triplet: D9, 8F and DD. RGB value is (217,143,221). Sum of RGB (Red+Green+Blue) = 217+143+221=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D98FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FDD is #267022. Grayscale: #ADADAD. Windows color (decimal): -2519075 or 14520281. OLE color: 14520281.

HSL color Cylindrical-coordinate representation of color #D98FDD: hue angle of 296.92º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98FDD is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217143221-
CMYK0.020.3500.13
HSL296.92º53.42%71.37%-
HSV(B)296.92º35.29%86.67%-
XYZ51.4939.6273.34-
YUV174.02154.52158.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 143 (56.25% from 255) = 24.61%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=37.35%
G=24.61%
B=38.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171432210.020.3500.13296.9253.4271.37
HexD98FDD2230D1293547
Octal33121733524301545165107
Binary11011001100011111101110110100011011011001010011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FDD; }

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

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

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

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

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

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

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

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