#D797D3

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

Shades of Plum #D797D3

Tints of Plum #D797D3

Color information

#D797D3 (or 0xD797D3) is unknown color: approx Plum. HEX triplet: D7, 97 and D3. RGB value is (215,151,211). Sum of RGB (Red+Green+Blue) = 215+151+211=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D797D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797D3 is #28682C. Grayscale: #B0B0B0. Windows color (decimal): -2648109 or 13866967. OLE color: 13866967.

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

Color convert

RGB215151211-
CMYK00.300.020.16
HSL303.75º44.44%71.76%-
HSV(B)303.75º29.77%84.31%-
XYZ50.8541.2866.92-
YUV176.98147.2155.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 151 (59.38% from 255) = 26.17%
BLUE value IS 211 (82.81% from 255) = 36.57%
R=37.26%
G=26.17%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515121100.300.020.16303.7544.4471.76
HexD797D301E2101302c48
Octal32722732303622046054110
Binary11010111100101111101001101111010100001001100001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D797D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D797D3; }

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

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

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

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

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

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

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

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