#D98FED

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

Shades of Plum #D98FED

Tints of Plum #D98FED

Color information

#D98FED (or 0xD98FED) is unknown color: approx Plum. HEX triplet: D9, 8F and ED. RGB value is (217,143,237). Sum of RGB (Red+Green+Blue) = 217+143+237=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #D98FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98FED is #267012. Grayscale: #AFAFAF. Windows color (decimal): -2519059 or 15568857. OLE color: 15568857.

HSL color Cylindrical-coordinate representation of color #D98FED: hue angle of 287.23º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98FED is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217143237-
CMYK0.080.4000.07
HSL287.23º72.31%74.51%-
HSV(B)287.23º39.66%92.94%-
XYZ53.7240.5185.11-
YUV175.84162.52157.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.35%
GREEN value IS 143 (56.25% from 255) = 23.95%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=36.35%
G=23.95%
B=39.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171432370.080.4000.07287.2372.3174.51
HexD98FED8280711f484b
Octal331217355105007437110113
Binary1101100110001111111011011000101000011110001111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FED; }

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

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

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

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

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

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

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

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