#D79CDD

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

Shades of Plum #D79CDD

Tints of Plum #D79CDD

Color information

#D79CDD (or 0xD79CDD) is unknown color: approx Plum. HEX triplet: D7, 9C and DD. RGB value is (215,156,221). Sum of RGB (Red+Green+Blue) = 215+156+221=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #D79CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CDD is #286322. Grayscale: #B4B4B4. Windows color (decimal): -2646819 or 14523607. OLE color: 14523607.

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

Color convert

RGB215156221-
CMYK0.030.2900.13
HSL294.46º48.87%73.92%-
HSV(B)294.46º29.41%86.67%-
XYZ52.9643.4474-
YUV181.05150.55152.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.32%
GREEN value IS 156 (61.33% from 255) = 26.35%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=36.32%
G=26.35%
B=37.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151562210.030.2900.13294.4648.8773.92
HexD79CDD31D0D126314a
Octal32723433533501544661112
Binary1101011110011100110111011111101011011001001101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CDD; }

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

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

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

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

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

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

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

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