#D796D2

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

Shades of Plum #D796D2

Tints of Plum #D796D2

Color information

#D796D2 (or 0xD796D2) is unknown color: approx Plum. HEX triplet: D7, 96 and D2. RGB value is (215,150,210). Sum of RGB (Red+Green+Blue) = 215+150+210=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D796D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796D2 is #28692D. Grayscale: #B0B0B0. Windows color (decimal): -2648366 or 13801175. OLE color: 13801175.

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

Color convert

RGB215150210-
CMYK00.300.020.16
HSL304.62º44.83%71.57%-
HSV(B)304.62º30.23%84.31%-
XYZ50.5640.9166.2-
YUV176.27147.03155.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.39%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=37.39%
G=26.09%
B=36.52%

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
Decimal21515021000.300.020.16304.6244.8371.57
HexD796D201E2101312d48
Octal32722632203622046155110
Binary11010111100101101101001001111010100001001100011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D796D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D796D2; }

 p { color: rgb(215,150,210); }

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

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

 a { background-color: rgb(215,150,210); }

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

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

 span { border-color: rgb(215,150,210); }

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