#D991D0

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

Shades of Plum #D991D0

Tints of Plum #D991D0

Color information

#D991D0 (or 0xD991D0) is unknown color: approx Plum. HEX triplet: D9, 91 and D0. RGB value is (217,145,208). Sum of RGB (Red+Green+Blue) = 217+145+208=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D991D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991D0 is #266E2F. Grayscale: #ADADAD. Windows color (decimal): -2518576 or 13668825. OLE color: 13668825.

HSL color Cylindrical-coordinate representation of color #D991D0: hue angle of 307.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D991D0 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217145208-
CMYK00.330.040.15
HSL307.5º48.65%70.98%-
HSV(B)307.5º33.18%85.1%-
XYZ50.1339.5664.67-
YUV173.71147.35158.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 145 (57.03% from 255) = 25.44%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=38.07%
G=25.44%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714520800.330.040.15307.548.6570.98
HexD991D00214F1343147
Octal33122132004141746461107
Binary110110011001000111010000010000110011111001101001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991D0; }

 p { color: rgb(217,145,208); }

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

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

 a { background-color: rgb(217,145,208); }

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

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

 span { border-color: rgb(217,145,208); }

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