#D789DC

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

Shades of Plum #D789DC

Tints of Plum #D789DC

Color information

#D789DC (or 0xD789DC) is unknown color: approx Plum. HEX triplet: D7, 89 and DC. RGB value is (215,137,220). Sum of RGB (Red+Green+Blue) = 215+137+220=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #D789DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789DC is #287623. Grayscale: #A9A9A9. Windows color (decimal): -2651684 or 14453207. OLE color: 14453207.

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

Color convert

RGB215137220-
CMYK0.020.3800.14
HSL296.39º54.25%70%-
HSV(B)296.39º37.73%86.27%-
XYZ49.8937.5172.32-
YUV169.78156.34160.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 137 (53.91% from 255) = 23.95%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=37.59%
G=23.95%
B=38.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151372200.020.3800.14296.3954.2570
HexD789DC2260E1283646
Octal32721133424601645066106
Binary11010111100010011101110010100110011101001010001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D789DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D789DC; }

 p { color: rgb(215,137,220); }

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

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

 a { background-color: rgb(215,137,220); }

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

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

 span { border-color: rgb(215,137,220); }

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