#D799D0

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

Shades of Plum #D799D0

Tints of Plum #D799D0

Color information

#D799D0 (or 0xD799D0) is unknown color: approx Plum. HEX triplet: D7, 99 and D0. RGB value is (215,153,208). Sum of RGB (Red+Green+Blue) = 215+153+208=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D799D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799D0 is #28662F. Grayscale: #B1B1B1. Windows color (decimal): -2647600 or 13670871. OLE color: 13670871.

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

Color convert

RGB215153208-
CMYK00.290.030.16
HSL306.77º43.66%72.16%-
HSV(B)306.77º28.84%84.31%-
XYZ50.841.7865.06-
YUV177.81145.04154.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.33%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 208 (81.64% from 255) = 36.11%
R=37.33%
G=26.56%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515320800.290.030.16306.7743.6672.16
HexD799D001D3101332c48
Octal32723132003532046354110
Binary11010111100110011101000001110111100001001100111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D799D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D799D0; }

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

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

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

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

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

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

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

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