#D493DA

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

Shades of Plum #D493DA

Tints of Plum #D493DA

Color information

#D493DA (or 0xD493DA) is unknown color: approx Plum. HEX triplet: D4, 93 and DA. RGB value is (212,147,218). Sum of RGB (Red+Green+Blue) = 212+147+218=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #D493DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493DA is #2B6C25. Grayscale: #AEAEAE. Windows color (decimal): -2845734 or 14324692. OLE color: 14324692.

HSL color Cylindrical-coordinate representation of color #D493DA: hue angle of 294.93º 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 #D493DA is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212147218-
CMYK0.030.3300.15
HSL294.93º48.97%71.57%-
HSV(B)294.93º32.57%85.49%-
XYZ50.2439.9371.39-
YUV174.53152.53154.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.74%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=36.74%
G=25.48%
B=37.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121472180.030.3300.15294.9348.9771.57
HexD493DA3210F1273148
Octal32422333234101744761110
Binary11010100100100111101101011100001011111001001111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493DA; }

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

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

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

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

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

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

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

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