#D991D1

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

Shades of Plum #D991D1

Tints of Plum #D991D1

Color information

#D991D1 (or 0xD991D1) is unknown color: approx Plum. HEX triplet: D9, 91 and D1. RGB value is (217,145,209). Sum of RGB (Red+Green+Blue) = 217+145+209=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D991D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991D1 is #266E2E. Grayscale: #ADADAD. Windows color (decimal): -2518575 or 13734361. OLE color: 13734361.

HSL color Cylindrical-coordinate representation of color #D991D1: hue angle of 306.67º 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 #D991D1 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217145209-
CMYK00.330.040.15
HSL306.67º48.65%70.98%-
HSV(B)306.67º33.18%85.1%-
XYZ50.2539.6165.32-
YUV173.82147.85158.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 145 (57.03% from 255) = 25.39%
BLUE value IS 209 (82.03% from 255) = 36.60%
R=38.00%
G=25.39%
B=36.60%

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
Decimal21714520900.330.040.15306.6748.6570.98
HexD991D10214F1333147
Octal33122132104141746361107
Binary110110011001000111010001010000110011111001100111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991D1; }

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

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

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

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

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

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

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

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