#D988DD

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

Shades of Plum #D988DD

Tints of Plum #D988DD

Color information

#D988DD (or 0xD988DD) is unknown color: approx Plum. HEX triplet: D9, 88 and DD. RGB value is (217,136,221). Sum of RGB (Red+Green+Blue) = 217+136+221=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #D988DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988DD is #267722. Grayscale: #A9A9A9. Windows color (decimal): -2520867 or 14518489. OLE color: 14518489.

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

Color convert

RGB217136221-
CMYK0.020.3800.13
HSL297.18º55.56%70%-
HSV(B)297.18º38.46%86.67%-
XYZ50.4737.5873-
YUV169.91156.84161.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 136 (53.52% from 255) = 23.69%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=37.80%
G=23.69%
B=38.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171362210.020.3800.13297.1855.5670
HexD988DD2260D1293846
Octal33121033524601545170106
Binary11011001100010001101110110100110011011001010011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D988DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D988DD; }

 p { color: rgb(217,136,221); }

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

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

 a { background-color: rgb(217,136,221); }

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

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

 span { border-color: rgb(217,136,221); }

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