#D79CDB

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

Shades of Plum #D79CDB

Tints of Plum #D79CDB

Color information

#D79CDB (or 0xD79CDB) is unknown color: approx Plum. HEX triplet: D7, 9C and DB. RGB value is (215,156,219). Sum of RGB (Red+Green+Blue) = 215+156+219=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #D79CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CDB is #286324. Grayscale: #B4B4B4. Windows color (decimal): -2646821 or 14392535. OLE color: 14392535.

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

Color convert

RGB215156219-
CMYK0.020.2900.14
HSL296.19º46.67%73.53%-
HSV(B)296.19º28.77%85.88%-
XYZ52.743.3472.61-
YUV180.82149.55152.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.44%
GREEN value IS 156 (61.33% from 255) = 26.44%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=36.44%
G=26.44%
B=37.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151562190.020.2900.14296.1946.6773.53
HexD79CDB21D0E1282f4a
Octal32723433323501645057112
Binary1101011110011100110110111011101011101001010001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CDB; }

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

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

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

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

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

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

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

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