#D997DB

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

Shades of Plum #D997DB

Tints of Plum #D997DB

Color information

#D997DB (or 0xD997DB) is unknown color: approx Plum. HEX triplet: D9, 97 and DB. RGB value is (217,151,219). Sum of RGB (Red+Green+Blue) = 217+151+219=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #D997DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997DB is #266824. Grayscale: #B2B2B2. Windows color (decimal): -2517029 or 14391257. OLE color: 14391257.

HSL color Cylindrical-coordinate representation of color #D997DB: hue angle of 298.24º degrees, saturation: 0.49, 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 #D997DB is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217151219-
CMYK0.010.3100.14
HSL298.24º48.57%72.55%-
HSV(B)298.24º31.05%85.88%-
XYZ52.474272.36-
YUV178.49150.87155.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 151 (59.38% from 255) = 25.72%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=36.97%
G=25.72%
B=37.31%

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
Decimal2171512190.010.3100.14298.2448.5772.55
HexD997DB11F0E12a3149
Octal33122733313701645261111
Binary110110011001011111011011111111011101001010101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997DB; }

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

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

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

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

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

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

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

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