#D791D0

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

Shades of Plum #D791D0

Tints of Plum #D791D0

Color information

#D791D0 (or 0xD791D0) is unknown color: approx Plum. HEX triplet: D7, 91 and D0. RGB value is (215,145,208). Sum of RGB (Red+Green+Blue) = 215+145+208=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D791D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791D0 is #286E2F. Grayscale: #ACACAC. Windows color (decimal): -2649648 or 13668823. OLE color: 13668823.

HSL color Cylindrical-coordinate representation of color #D791D0: hue angle of 306º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D791D0 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215145208-
CMYK00.330.030.16
HSL306º46.67%70.59%-
HSV(B)306º32.56%84.31%-
XYZ49.5339.2564.64-
YUV173.11147.69157.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.85%
GREEN value IS 145 (57.03% from 255) = 25.53%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=37.85%
G=25.53%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514520800.330.030.1630646.6770.59
HexD791D00213101322f47
Octal32722132004132046257107
Binary110101111001000111010000010000111100001001100101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D791D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D791D0; }

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

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

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

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

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

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

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

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