#D799DC

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

Shades of Plum #D799DC

Tints of Plum #D799DC

Color information

#D799DC (or 0xD799DC) is unknown color: approx Plum. HEX triplet: D7, 99 and DC. RGB value is (215,153,220). Sum of RGB (Red+Green+Blue) = 215+153+220=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #D799DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799DC is #286623. Grayscale: #B2B2B2. Windows color (decimal): -2647588 or 14457303. OLE color: 14457303.

HSL color Cylindrical-coordinate representation of color #D799DC: hue angle of 295.52º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D799DC is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215153220-
CMYK0.020.3000.14
HSL295.52º48.91%73.14%-
HSV(B)295.52º30.45%86.27%-
XYZ52.3342.473.14-
YUV179.18151.04153.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 153 (60.16% from 255) = 26.02%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=36.56%
G=26.02%
B=37.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151532200.020.3000.14295.5248.9173.14
HexD799DC21E0E1283149
Octal32723133423601645061111
Binary1101011110011001110111001011110011101001010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D799DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D799DC; }

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

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

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

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

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

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

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

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