#D494DD

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

Shades of Plum #D494DD

Tints of Plum #D494DD

Color information

#D494DD (or 0xD494DD) is unknown color: approx Plum. HEX triplet: D4, 94 and DD. RGB value is (212,148,221). Sum of RGB (Red+Green+Blue) = 212+148+221=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D494DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494DD is #2B6B22. Grayscale: #AFAFAF. Windows color (decimal): -2845475 or 14521556. OLE color: 14521556.

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

Color convert

RGB212148221-
CMYK0.040.3300.13
HSL292.6º51.77%72.35%-
HSV(B)292.6º33.03%86.67%-
XYZ50.7940.473.53-
YUV175.46153.7154.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.49%
GREEN value IS 148 (58.20% from 255) = 25.47%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=36.49%
G=25.47%
B=38.04%

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
Decimal2121482210.040.3300.13292.651.7772.35
HexD494DD4210D1253448
Octal32422433544101544564110
Binary110101001001010011011101100100001011011001001011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D494DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D494DD; }

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

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

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

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

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

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

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

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