#D791D4

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

Shades of Plum #D791D4

Tints of Plum #D791D4

Color information

#D791D4 (or 0xD791D4) is unknown color: approx Plum. HEX triplet: D7, 91 and D4. RGB value is (215,145,212). Sum of RGB (Red+Green+Blue) = 215+145+212=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D791D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791D4 is #286E2B. Grayscale: #ADADAD. Windows color (decimal): -2649644 or 13930967. OLE color: 13930967.

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

Color convert

RGB215145212-
CMYK00.330.010.16
HSL302.57º46.67%70.59%-
HSV(B)302.57º32.56%84.31%-
XYZ50.0339.4567.27-
YUV173.57149.69157.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 212 (83.20% from 255) = 37.06%
R=37.59%
G=25.35%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514521200.330.010.16302.5746.6770.59
HexD791D402111012f2f47
Octal32722132404112045757107
Binary11010111100100011101010001000011100001001011111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D791D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D791D4; }

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

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

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

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

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

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

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

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