#D98AD1

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

Shades of Plum #D98AD1

Tints of Plum #D98AD1

Color information

#D98AD1 (or 0xD98AD1) is unknown color: approx Plum. HEX triplet: D9, 8A and D1. RGB value is (217,138,209). Sum of RGB (Red+Green+Blue) = 217+138+209=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98AD1 is #26752E. Grayscale: #A9A9A9. Windows color (decimal): -2520367 or 13732569. OLE color: 13732569.

HSL color Cylindrical-coordinate representation of color #D98AD1: hue angle of 306.08º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98AD1 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217138209-
CMYK00.360.040.15
HSL306.08º50.97%69.61%-
HSV(B)306.08º36.41%85.1%-
XYZ49.2137.5364.97-
YUV169.72150.17161.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 138 (54.30% from 255) = 24.47%
BLUE value IS 209 (82.03% from 255) = 37.06%
R=38.48%
G=24.47%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713820900.360.040.15306.0850.9769.61
HexD98AD10244F1323346
Octal33121232104441746263106
Binary110110011000101011010001010010010011111001100101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98AD1; }

 p { color: rgb(217,138,209); }

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

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

 a { background-color: rgb(217,138,209); }

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

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

 span { border-color: rgb(217,138,209); }

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