#D395DE

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

Shades of Plum #D395DE

Tints of Plum #D395DE

Color information

#D395DE (or 0xD395DE) is unknown color: approx Plum. HEX triplet: D3, 95 and DE. RGB value is (211,149,222). Sum of RGB (Red+Green+Blue) = 211+149+222=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #D395DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395DE is #2C6A21. Grayscale: #AFAFAF. Windows color (decimal): -2910754 or 14587347. OLE color: 14587347.

HSL color Cylindrical-coordinate representation of color #D395DE: hue angle of 290.96º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D395DE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211149222-
CMYK0.050.3300.13
HSL290.96º52.52%72.75%-
HSV(B)290.96º32.88%87.06%-
XYZ50.840.6274.27-
YUV175.86154.04153.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.25%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=36.25%
G=25.60%
B=38.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111492220.050.3300.13290.9652.5272.75
HexD395DE5210D1233549
Octal32322533654101544365111
Binary110100111001010111011110101100001011011001000111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D395DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D395DE; }

 p { color: rgb(211,149,222); }

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

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

 a { background-color: rgb(211,149,222); }

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

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

 span { border-color: rgb(211,149,222); }

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