#D293D4

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

Shades of Plum #D293D4

Tints of Plum #D293D4

Color information

#D293D4 (or 0xD293D4) is unknown color: approx Plum. HEX triplet: D2, 93 and D4. RGB value is (210,147,212). Sum of RGB (Red+Green+Blue) = 210+147+212=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 212 - color contains mainly: blue. Hex color #D293D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293D4 is #2D6C2B. Grayscale: #ADADAD. Windows color (decimal): -2976812 or 13931474. OLE color: 13931474.

HSL color Cylindrical-coordinate representation of color #D293D4: hue angle of 298.15º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D293D4 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210147212-
CMYK0.010.3100.17
HSL298.15º43.05%70.39%-
HSV(B)298.15º30.66%83.14%-
XYZ48.939.3267.3-
YUV173.25149.87154.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 147 (57.81% from 255) = 25.83%
BLUE value IS 212 (83.20% from 255) = 37.26%
R=36.91%
G=25.83%
B=37.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101472120.010.3100.17298.1543.0570.39
HexD293D411F01112a2b46
Octal32222332413702145253106
Binary1101001010010011110101001111110100011001010101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293D4; }

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

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

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

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

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

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

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

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