#D997CD

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

Shades of Plum #D997CD

Tints of Plum #D997CD

Color information

#D997CD (or 0xD997CD) is unknown color: approx Plum. HEX triplet: D9, 97 and CD. RGB value is (217,151,205). Sum of RGB (Red+Green+Blue) = 217+151+205=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D997CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997CD is #266832. Grayscale: #B0B0B0. Windows color (decimal): -2517043 or 13473753. OLE color: 13473753.

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

Color convert

RGB217151205-
CMYK00.300.060.15
HSL310.91º46.48%72.16%-
HSV(B)310.91º30.41%85.1%-
XYZ50.741.2963.06-
YUV176.89143.87156.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=37.87%
G=26.35%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715120500.300.060.15310.9146.4872.16
HexD997CD01E6F1372e48
Octal33122731503661746756110
Binary11011001100101111100110101111011011111001101111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997CD; }

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

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

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

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

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

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

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

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