#D98DDE

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

Shades of Plum #D98DDE

Tints of Plum #D98DDE

Color information

#D98DDE (or 0xD98DDE) is unknown color: approx Plum. HEX triplet: D9, 8D and DE. RGB value is (217,141,222). Sum of RGB (Red+Green+Blue) = 217+141+222=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #D98DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DDE is #267221. Grayscale: #ACACAC. Windows color (decimal): -2519586 or 14585305. OLE color: 14585305.

HSL color Cylindrical-coordinate representation of color #D98DDE: hue angle of 296.3º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98DDE is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217141222-
CMYK0.020.3600.13
HSL296.3º55.1%71.18%-
HSV(B)296.3º36.49%87.06%-
XYZ51.3239.0873.94-
YUV172.96155.68159.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 141 (55.47% from 255) = 24.31%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=37.41%
G=24.31%
B=38.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171412220.020.3600.13296.355.171.18
HexD98DDE2240D1283747
Octal33121533624401545067107
Binary11011001100011011101111010100100011011001010001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DDE; }

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

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

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

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

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

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

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

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