#D997DC

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

Shades of Plum #D997DC

Tints of Plum #D997DC

Color information

#D997DC (or 0xD997DC) is unknown color: approx Plum. HEX triplet: D9, 97 and DC. RGB value is (217,151,220). Sum of RGB (Red+Green+Blue) = 217+151+220=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #D997DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997DC is #266823. Grayscale: #B2B2B2. Windows color (decimal): -2517028 or 14456793. OLE color: 14456793.

HSL color Cylindrical-coordinate representation of color #D997DC: hue angle of 297.39º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D997DC is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217151220-
CMYK0.010.3100.14
HSL297.39º49.64%72.75%-
HSV(B)297.39º31.36%86.27%-
XYZ52.642.0573.05-
YUV178.6151.37155.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.90%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=36.90%
G=25.68%
B=37.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171512200.010.3100.14297.3949.6472.75
HexD997DC11F0E1293249
Octal33122733413701645162111
Binary110110011001011111011100111111011101001010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997DC; }

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

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

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

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

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

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

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

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