#D293D8

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

Shades of Plum #D293D8

Tints of Plum #D293D8

Color information

#D293D8 (or 0xD293D8) is unknown color: approx Plum. HEX triplet: D2, 93 and D8. RGB value is (210,147,216). Sum of RGB (Red+Green+Blue) = 210+147+216=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #D293D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293D8 is #2D6C27. Grayscale: #ADADAD. Windows color (decimal): -2976808 or 14193618. OLE color: 14193618.

HSL color Cylindrical-coordinate representation of color #D293D8: hue angle of 294.78º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D293D8 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210147216-
CMYK0.030.3200.15
HSL294.78º46.94%71.18%-
HSV(B)294.78º31.94%84.71%-
XYZ49.4139.5369.99-
YUV173.7151.87153.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 147 (57.81% from 255) = 25.65%
BLUE value IS 216 (84.77% from 255) = 37.70%
R=36.65%
G=25.65%
B=37.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101472160.030.3200.15294.7846.9471.18
HexD293D83200F1272f47
Octal32222333034001744757107
Binary11010010100100111101100011100000011111001001111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293D8; }

 p { color: rgb(210,147,216); }

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

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

 a { background-color: rgb(210,147,216); }

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

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

 span { border-color: rgb(210,147,216); }

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