#D792DA

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

Shades of Plum #D792DA

Tints of Plum #D792DA

Color information

#D792DA (or 0xD792DA) is unknown color: approx Plum. HEX triplet: D7, 92 and DA. RGB value is (215,146,218). Sum of RGB (Red+Green+Blue) = 215+146+218=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #D792DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792DA is #286D25. Grayscale: #AEAEAE. Windows color (decimal): -2649382 or 14324439. OLE color: 14324439.

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

Color convert

RGB215146218-
CMYK0.010.3300.15
HSL297.5º49.32%71.37%-
HSV(B)297.5º33.03%85.49%-
XYZ50.9640.0771.38-
YUV174.84152.36156.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 146 (57.42% from 255) = 25.22%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=37.13%
G=25.22%
B=37.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151462180.010.3300.15297.549.3271.37
HexD792DA1210F12a3147
Octal32722233214101745261107
Binary1101011110010010110110101100001011111001010101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D792DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D792DA; }

 p { color: rgb(215,146,218); }

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

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

 a { background-color: rgb(215,146,218); }

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

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

 span { border-color: rgb(215,146,218); }

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