#D98AD6

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

Shades of Plum #D98AD6

Tints of Plum #D98AD6

Color information

#D98AD6 (or 0xD98AD6) is unknown color: approx Plum. HEX triplet: D9, 8A and D6. RGB value is (217,138,214). Sum of RGB (Red+Green+Blue) = 217+138+214=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98AD6 is #267529. Grayscale: #AAAAAA. Windows color (decimal): -2520362 or 14060249. OLE color: 14060249.

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

Color convert

RGB217138214-
CMYK00.360.010.15
HSL302.28º50.97%69.61%-
HSV(B)302.28º36.41%85.1%-
XYZ49.8437.7868.28-
YUV170.29152.67161.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 138 (54.30% from 255) = 24.25%
BLUE value IS 214 (83.98% from 255) = 37.61%
R=38.14%
G=24.25%
B=37.61%

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
Decimal21713821400.360.010.15302.2850.9769.61
HexD98AD60241F12e3346
Octal33121232604411745663106
Binary1101100110001010110101100100100111111001011101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98AD6; }

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

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

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

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

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

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

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

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