#D795E5

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

Shades of Plum #D795E5

Tints of Plum #D795E5

Color information

#D795E5 (or 0xD795E5) is unknown color: approx Plum. HEX triplet: D7, 95 and E5. RGB value is (215,149,229). Sum of RGB (Red+Green+Blue) = 215+149+229=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #D795E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795E5 is #286A1A. Grayscale: #B1B1B1. Windows color (decimal): -2648603 or 15046103. OLE color: 15046103.

HSL color Cylindrical-coordinate representation of color #D795E5: hue angle of 289.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D795E5 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB215149229-
CMYK0.060.3500.10
HSL289.5º60.61%74.12%-
HSV(B)289.5º34.93%89.8%-
XYZ52.9141.679.37-
YUV177.85156.87154.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.26%
GREEN value IS 149 (58.59% from 255) = 25.13%
BLUE value IS 229 (89.84% from 255) = 38.62%
R=36.26%
G=25.13%
B=38.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2151492290.060.3500.10289.560.6174.12
HexD795E56230A1223d4a
Octal32722534564301244275112
Binary110101111001010111100101110100011010101001000101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795E5; }

 p { color: rgb(215,149,229); }

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

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

 a { background-color: rgb(215,149,229); }

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

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

 span { border-color: rgb(215,149,229); }

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