#D997DD

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

Shades of Plum #D997DD

Tints of Plum #D997DD

Color information

#D997DD (or 0xD997DD) is unknown color: approx Plum. HEX triplet: D9, 97 and DD. RGB value is (217,151,221). Sum of RGB (Red+Green+Blue) = 217+151+221=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #D997DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997DD is #266822. Grayscale: #B2B2B2. Windows color (decimal): -2517027 or 14522329. OLE color: 14522329.

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

Color convert

RGB217151221-
CMYK0.020.3200.13
HSL296.57º50.72%72.94%-
HSV(B)296.57º31.67%86.67%-
XYZ52.7342.1173.75-
YUV178.71151.87155.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 151 (59.38% from 255) = 25.64%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=36.84%
G=25.64%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171512210.020.3200.13296.5750.7272.94
HexD997DD2200D1293349
Octal33122733524001545163111
Binary11011001100101111101110110100000011011001010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997DD; }

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

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

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

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

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

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

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

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