#D98DCD

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

Shades of Plum #D98DCD

Tints of Plum #D98DCD

Color information

#D98DCD (or 0xD98DCD) is unknown color: approx Plum. HEX triplet: D9, 8D and CD. RGB value is (217,141,205). Sum of RGB (Red+Green+Blue) = 217+141+205=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DCD is #267232. Grayscale: #AAAAAA. Windows color (decimal): -2519603 or 13471193. OLE color: 13471193.

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

Color convert

RGB217141205-
CMYK00.350.060.15
HSL309.47º50%70.2%-
HSV(B)309.47º35.02%85.1%-
XYZ49.1638.2162.54-
YUV171.02147.18160.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=38.54%
G=25.04%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714120500.350.060.15309.475070.2
HexD98DCD0236F1353246
Octal33121531504361746562106
Binary110110011000110111001101010001111011111001101011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DCD; }

 p { color: rgb(217,141,205); }

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

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

 a { background-color: rgb(217,141,205); }

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

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

 span { border-color: rgb(217,141,205); }

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