#D998DA

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

Shades of Plum #D998DA

Tints of Plum #D998DA

Color information

#D998DA (or 0xD998DA) is unknown color: approx Plum. HEX triplet: D9, 98 and DA. RGB value is (217,152,218). Sum of RGB (Red+Green+Blue) = 217+152+218=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #D998DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998DA is #266725. Grayscale: #B2B2B2. Windows color (decimal): -2516774 or 14325977. OLE color: 14325977.

HSL color Cylindrical-coordinate representation of color #D998DA: hue angle of 299.09º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998DA is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217152218-
CMYK0.000.3000.15
HSL299.09º47.14%72.55%-
HSV(B)299.09º30.28%85.49%-
XYZ52.542.2771.72-
YUV178.96150.03155.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 152 (59.77% from 255) = 25.89%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=36.97%
G=25.89%
B=37.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171522180.000.3000.15299.0947.1472.55
HexD998DA01E0F12b2f49
Octal33123033203601745357111
Binary110110011001100011011010011110011111001010111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998DA; }

 p { color: rgb(217,152,218); }

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

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

 a { background-color: rgb(217,152,218); }

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

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

 span { border-color: rgb(217,152,218); }

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