#D789E2

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

Shades of Plum #D789E2

Tints of Plum #D789E2

Color information

#D789E2 (or 0xD789E2) is unknown color: approx Plum. HEX triplet: D7, 89 and E2. RGB value is (215,137,226). Sum of RGB (Red+Green+Blue) = 215+137+226=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 226 - color contains mainly: blue. Hex color #D789E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789E2 is #28761D. Grayscale: #AAAAAA. Windows color (decimal): -2651678 or 14846423. OLE color: 14846423.

HSL color Cylindrical-coordinate representation of color #D789E2: hue angle of 292.58º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D789E2 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215137226-
CMYK0.050.3900.11
HSL292.58º60.54%71.18%-
HSV(B)292.58º39.38%88.63%-
XYZ50.737.8376.58-
YUV170.47159.34159.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 137 (53.91% from 255) = 23.70%
BLUE value IS 226 (88.67% from 255) = 39.10%
R=37.20%
G=23.70%
B=39.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151372260.050.3900.11292.5860.5471.18
HexD789E25270B1253d47
Octal32721134254701344575107
Binary110101111000100111100010101100111010111001001011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D789E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D789E2; }

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

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

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

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

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

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

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

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