#D799DA

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

Shades of Plum #D799DA

Tints of Plum #D799DA

Color information

#D799DA (or 0xD799DA) is unknown color: approx Plum. HEX triplet: D7, 99 and DA. RGB value is (215,153,218). Sum of RGB (Red+Green+Blue) = 215+153+218=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #D799DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799DA is #286625. Grayscale: #B2B2B2. Windows color (decimal): -2647590 or 14326231. OLE color: 14326231.

HSL color Cylindrical-coordinate representation of color #D799DA: hue angle of 297.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D799DA is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215153218-
CMYK0.010.3000.15
HSL297.23º46.76%72.75%-
HSV(B)297.23º29.82%85.49%-
XYZ52.0742.2971.75-
YUV178.95150.04153.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.69%
GREEN value IS 153 (60.16% from 255) = 26.11%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=36.69%
G=26.11%
B=37.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151532180.010.3000.15297.2346.7672.75
HexD799DA11E0F1292f49
Octal32723133213601745157111
Binary110101111001100111011010111110011111001010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D799DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D799DA; }

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

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

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

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

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

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

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

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