#D494DC

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

Shades of Plum #D494DC

Tints of Plum #D494DC

Color information

#D494DC (or 0xD494DC) is unknown color: approx Plum. HEX triplet: D4, 94 and DC. RGB value is (212,148,220). Sum of RGB (Red+Green+Blue) = 212+148+220=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #D494DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494DC is #2B6B23. Grayscale: #AFAFAF. Windows color (decimal): -2845476 or 14456020. OLE color: 14456020.

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

Color convert

RGB212148220-
CMYK0.040.3300.14
HSL293.33º50.7%72.16%-
HSV(B)293.33º32.73%86.27%-
XYZ50.6640.3472.83-
YUV175.34153.2154.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.55%
GREEN value IS 148 (58.20% from 255) = 25.52%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=36.55%
G=25.52%
B=37.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121482200.040.3300.14293.3350.772.16
HexD494DC4210E1253348
Octal32422433444101644563110
Binary110101001001010011011100100100001011101001001011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D494DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D494DC; }

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

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

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

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

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

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

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

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