#D799D6

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

Shades of Plum #D799D6

Tints of Plum #D799D6

Color information

#D799D6 (or 0xD799D6) is unknown color: approx Plum. HEX triplet: D7, 99 and D6. RGB value is (215,153,214). Sum of RGB (Red+Green+Blue) = 215+153+214=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 215 - color contains mainly: red. Hex color #D799D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799D6 is #286629. Grayscale: #B2B2B2. Windows color (decimal): -2647594 or 14064087. OLE color: 14064087.

HSL color Cylindrical-coordinate representation of color #D799D6: hue angle of 300.97º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D799D6 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB215153214-
CMYK00.290.000.16
HSL300.97º43.66%72.16%-
HSV(B)300.97º28.84%84.31%-
XYZ51.5542.0869.02-
YUV178.49148.04154.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.94%
GREEN value IS 153 (60.16% from 255) = 26.29%
BLUE value IS 214 (83.98% from 255) = 36.77%
R=36.94%
G=26.29%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515321400.290.000.16300.9743.6672.16
HexD799D601D01012d2c48
Octal32723132603502045554110
Binary1101011110011001110101100111010100001001011011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D799D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D799D6; }

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

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

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

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

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

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

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

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