#d790e4

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

Shades of Plum #D790E4

Tints of Plum #D790E4

Color information

#D790E4 (or 0xD790E4) is unknown color: approx Plum. HEX triplet: D7, 90 and E4. RGB value is (215,144,228). Sum of RGB (Red+Green+Blue) = 215+144+228=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #D790E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790E4 is #286F1B. Grayscale: #AEAEAE. Windows color (decimal): -2649884 or 14979287. OLE color: 14979287.

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

Color convert

RGB215144228-
CMYK0.060.3700.11
HSL290.71º60.87%72.94%-
HSV(B)290.71º36.84%89.41%-
XYZ524078.38-
YUV174.8158.02156.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 144 (56.64% from 255) = 24.53%
BLUE value IS 228 (89.45% from 255) = 38.84%
R=36.63%
G=24.53%
B=38.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151442280.060.3700.11290.7160.8772.94
HexD790E46250B1233d49
Octal32722034464501344375111
Binary110101111001000011100100110100101010111001000111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d790e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d790e4; }

 p { color: rgb(215,144,228); }

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

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

 a { background-color: rgb(215,144,228); }

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

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

 span { border-color: rgb(215,144,228); }

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