#D98AD7

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

Shades of Plum #D98AD7

Tints of Plum #D98AD7

Color information

#D98AD7 (or 0xD98AD7) is unknown color: approx Plum. HEX triplet: D9, 8A and D7. RGB value is (217,138,215). Sum of RGB (Red+Green+Blue) = 217+138+215=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98AD7 is #267528. Grayscale: #AAAAAA. Windows color (decimal): -2520361 or 14125785. OLE color: 14125785.

HSL color Cylindrical-coordinate representation of color #D98AD7: hue angle of 301.52º 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 #D98AD7 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217138215-
CMYK00.360.010.15
HSL301.52º50.97%69.61%-
HSV(B)301.52º36.41%85.1%-
XYZ49.9737.8368.96-
YUV170.4153.17161.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 138 (54.30% from 255) = 24.21%
BLUE value IS 215 (84.38% from 255) = 37.72%
R=38.07%
G=24.21%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713821500.360.010.15301.5250.9769.61
HexD98AD70241F12e3346
Octal33121232704411745663106
Binary1101100110001010110101110100100111111001011101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98AD7; }

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

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

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

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

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

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

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

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