#D789D8

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

Shades of Plum #D789D8

Tints of Plum #D789D8

Color information

#D789D8 (or 0xD789D8) is unknown color: approx Plum. HEX triplet: D7, 89 and D8. RGB value is (215,137,216). Sum of RGB (Red+Green+Blue) = 215+137+216=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #D789D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789D8 is #287627. Grayscale: #A9A9A9. Windows color (decimal): -2651688 or 14191063. OLE color: 14191063.

HSL color Cylindrical-coordinate representation of color #D789D8: hue angle of 299.24º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D789D8 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215137216-
CMYK0.000.3700.15
HSL299.24º50.32%69.22%-
HSV(B)299.24º36.57%84.71%-
XYZ49.3637.369.56-
YUV169.33154.34160.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.85%
GREEN value IS 137 (53.91% from 255) = 24.12%
BLUE value IS 216 (84.77% from 255) = 38.03%
R=37.85%
G=24.12%
B=38.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151372160.000.3700.15299.2450.3269.22
HexD789D80250F12b3245
Octal32721133004501745362105
Binary1101011110001001110110000100101011111001010111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D789D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D789D8; }

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

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

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

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

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

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

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

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