#D293DA

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

Shades of Plum #D293DA

Tints of Plum #D293DA

Color information

#D293DA (or 0xD293DA) is unknown color: approx Plum. HEX triplet: D2, 93 and DA. RGB value is (210,147,218). Sum of RGB (Red+Green+Blue) = 210+147+218=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #D293DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293DA is #2D6C25. Grayscale: #ADADAD. Windows color (decimal): -2976806 or 14324690. OLE color: 14324690.

HSL color Cylindrical-coordinate representation of color #D293DA: hue angle of 293.24º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D293DA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210147218-
CMYK0.040.3300.15
HSL293.24º48.97%71.57%-
HSV(B)293.24º32.57%85.49%-
XYZ49.6739.6371.36-
YUV173.93152.87153.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 147 (57.81% from 255) = 25.57%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=36.52%
G=25.57%
B=37.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101472180.040.3300.15293.2448.9771.57
HexD293DA4210F1253148
Octal32222333244101744561110
Binary110100101001001111011010100100001011111001001011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293DA; }

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

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

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

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

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

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

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

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