#D79EDB

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

Shades of Plum #D79EDB

Tints of Plum #D79EDB

Color information

#D79EDB (or 0xD79EDB) is unknown color: approx Plum. HEX triplet: D7, 9E and DB. RGB value is (215,158,219). Sum of RGB (Red+Green+Blue) = 215+158+219=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #D79EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79EDB is #286124. Grayscale: #B5B5B5. Windows color (decimal): -2646309 or 14393047. OLE color: 14393047.

HSL color Cylindrical-coordinate representation of color #D79EDB: hue angle of 296.07º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79EDB is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215158219-
CMYK0.020.2800.14
HSL296.07º45.86%73.92%-
HSV(B)296.07º27.85%85.88%-
XYZ53.0444.0272.72-
YUV182148.88151.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.32%
GREEN value IS 158 (62.11% from 255) = 26.69%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=36.32%
G=26.69%
B=36.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151582190.020.2800.14296.0745.8673.92
HexD79EDB21C0E1282e4a
Octal32723633323401645056112
Binary1101011110011110110110111011100011101001010001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79EDB; }

 p { color: rgb(215,158,219); }

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

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

 a { background-color: rgb(215,158,219); }

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

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

 span { border-color: rgb(215,158,219); }

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