#D799D3

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

Shades of Plum #D799D3

Tints of Plum #D799D3

Color information

#D799D3 (or 0xD799D3) is unknown color: approx Plum. HEX triplet: D7, 99 and D3. RGB value is (215,153,211). Sum of RGB (Red+Green+Blue) = 215+153+211=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D799D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799D3 is #28662C. Grayscale: #B1B1B1. Windows color (decimal): -2647597 or 13867479. OLE color: 13867479.

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

Color convert

RGB215153211-
CMYK00.290.020.16
HSL303.87º43.66%72.16%-
HSV(B)303.87º28.84%84.31%-
XYZ51.1741.9367.02-
YUV178.15146.54154.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 153 (60.16% from 255) = 26.42%
BLUE value IS 211 (82.81% from 255) = 36.44%
R=37.13%
G=26.42%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515321100.290.020.16303.8743.6672.16
HexD799D301D2101302c48
Octal32723132303522046054110
Binary11010111100110011101001101110110100001001100001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D799D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D799D3; }

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

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

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

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

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

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

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

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