#D79ADD

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

Shades of Plum #D79ADD

Tints of Plum #D79ADD

Color information

#D79ADD (or 0xD79ADD) is unknown color: approx Plum. HEX triplet: D7, 9A and DD. RGB value is (215,154,221). Sum of RGB (Red+Green+Blue) = 215+154+221=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #D79ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ADD is #286522. Grayscale: #B3B3B3. Windows color (decimal): -2647331 or 14523095. OLE color: 14523095.

HSL color Cylindrical-coordinate representation of color #D79ADD: hue angle of 294.63º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D79ADD is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215154221-
CMYK0.030.3000.13
HSL294.63º49.63%73.53%-
HSV(B)294.63º30.32%86.67%-
XYZ52.6342.7873.89-
YUV179.88151.21153.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.44%
GREEN value IS 154 (60.55% from 255) = 26.10%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=36.44%
G=26.10%
B=37.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151542210.030.3000.13294.6349.6373.53
HexD79ADD31E0D127324a
Octal32723233533601544762112
Binary1101011110011010110111011111110011011001001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79ADD; }

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

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

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

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

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

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

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

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