#D79AD3

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

Shades of Plum #D79AD3

Tints of Plum #D79AD3

Color information

#D79AD3 (or 0xD79AD3) is unknown color: approx Plum. HEX triplet: D7, 9A and D3. RGB value is (215,154,211). Sum of RGB (Red+Green+Blue) = 215+154+211=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79AD3 is #28652C. Grayscale: #B2B2B2. Windows color (decimal): -2647341 or 13867735. OLE color: 13867735.

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

Color convert

RGB215154211-
CMYK00.280.020.16
HSL303.93º43.26%72.35%-
HSV(B)303.93º28.37%84.31%-
XYZ51.3442.2667.08-
YUV178.74146.21153.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.07%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 211 (82.81% from 255) = 36.38%
R=37.07%
G=26.55%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515421100.280.020.16303.9343.2672.35
HexD79AD301C2101302b48
Octal32723232303422046053110
Binary11010111100110101101001101110010100001001100001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79AD3; }

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

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

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

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

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

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

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

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