#D493DD

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

Shades of Plum #D493DD

Tints of Plum #D493DD

Color information

#D493DD (or 0xD493DD) is unknown color: approx Plum. HEX triplet: D4, 93 and DD. RGB value is (212,147,221). Sum of RGB (Red+Green+Blue) = 212+147+221=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #D493DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493DD is #2B6C22. Grayscale: #AEAEAE. Windows color (decimal): -2845731 or 14521300. OLE color: 14521300.

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

Color convert

RGB212147221-
CMYK0.040.3300.13
HSL292.7º52.11%72.16%-
HSV(B)292.7º33.48%86.67%-
XYZ50.6440.0873.47-
YUV174.87154.03154.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.55%
GREEN value IS 147 (57.81% from 255) = 25.34%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=36.55%
G=25.34%
B=38.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121472210.040.3300.13292.752.1172.16
HexD493DD4210D1253448
Octal32422333544101544564110
Binary110101001001001111011101100100001011011001001011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493DD; }

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

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

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

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

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

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

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

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