#D293D3

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

Shades of Plum #D293D3

Tints of Plum #D293D3

Color information

#D293D3 (or 0xD293D3) is unknown color: approx Plum. HEX triplet: D2, 93 and D3. RGB value is (210,147,211). Sum of RGB (Red+Green+Blue) = 210+147+211=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 211 - color contains mainly: blue. Hex color #D293D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293D3 is #2D6C2C. Grayscale: #ACACAC. Windows color (decimal): -2976813 or 13865938. OLE color: 13865938.

HSL color Cylindrical-coordinate representation of color #D293D3: hue angle of 299.06º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D293D3 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210147211-
CMYK0.000.3000.17
HSL299.06º42.11%70.2%-
HSV(B)299.06º30.33%82.75%-
XYZ48.7739.2766.64-
YUV173.13149.37154.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 147 (57.81% from 255) = 25.88%
BLUE value IS 211 (82.81% from 255) = 37.15%
R=36.97%
G=25.88%
B=37.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101472110.000.3000.17299.0642.1170.2
HexD293D301E01112b2a46
Octal32222332303602145352106
Binary1101001010010011110100110111100100011001010111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293D3; }

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

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

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

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

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

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

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

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